#8458B6

Color #8458B6 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8458B6

Tints of Deep Lilac #8458B6

Color information

#8458B6 (or 0x8458B6) is unknown color: approx Deep Lilac. HEX triplet: 84, 58 and B6. RGB value is (132,88,182). Sum of RGB (Red+Green+Blue) = 132+88+182=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 182 - color contains mainly: blue. Hex color #8458B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8458B6 is #7BA749. Grayscale: #6F6F6F. Windows color (decimal): -8103754 or 11950212. OLE color: 11950212.

HSL color Cylindrical-coordinate representation of color #8458B6: hue angle of 268.09º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8458B6 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13288182-
CMYK0.270.5200.29
HSL268.09º39.17%52.94%-
HSV(B)268.09º51.65%71.37%-
XYZ21.4515.2646.07-
YUV111.87167.58142.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 182 (71.48% from 255) = 45.27%
R=32.84%
G=21.89%
B=45.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132881820.270.5200.29268.0939.1752.94
Hex8458B61B3401D10c2735
Octal20413026633640354144765
Binary1000010010110001011011011011110100011101100001100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8458B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8458B6; }

 p { color: rgb(132,88,182); }

 H1.HeaderClassName
 {
   color: #8458B6;
 }
 .AnyTagClassName
 {
   color: #8458B6;
 }
</style>
background-color css

<style>
 a { background-color: #8458B6; }

 a { background-color: rgb(132,88,182); }

 div.DivClassName
 {
   background-color: #8458B6;
 }
 .BgClassName
 {
   background-color: #8458B6;
 }
</style>
border-color css

<style>
 span { border-color: #8458B6; }

 span { border-color: rgb(132,88,182); }

 td.TdClassName
 {
   border-color: #8458B6;
 }
 .TagClassName
 {
   border-color: #8458B6;
 }
</style>