#8952C6

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

Shades of Deep Lilac #8952C6

Tints of Deep Lilac #8952C6

Color information

#8952C6 (or 0x8952C6) is unknown color: approx Deep Lilac. HEX triplet: 89, 52 and C6. RGB value is (137,82,198). Sum of RGB (Red+Green+Blue) = 137+82+198=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #8952C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8952C6 is #76AD39. Grayscale: #6F6F6F. Windows color (decimal): -7777594 or 12997257. OLE color: 12997257.

HSL color Cylindrical-coordinate representation of color #8952C6: hue angle of 268.45º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8952C6 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13782198-
CMYK0.310.5900.22
HSL268.45º50.43%54.9%-
HSV(B)268.45º58.59%77.65%-
XYZ23.5315.4355.16-
YUV111.67176.72146.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 198 (77.73% from 255) = 47.48%
R=32.85%
G=19.66%
B=47.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal137821980.310.5900.22268.4550.4354.9
Hex8952C61F3B01610c3237
Octal21112230637730264146267
Binary1000100110100101100011011111111011010110100001100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8952C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8952C6; }

 p { color: rgb(137,82,198); }

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

<style>
 a { background-color: #8952C6; }

 a { background-color: rgb(137,82,198); }

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

<style>
 span { border-color: #8952C6; }

 span { border-color: rgb(137,82,198); }

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