#9852C8

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

Shades of Deep Lilac #9852C8

Tints of Deep Lilac #9852C8

Color information

#9852C8 (or 0x9852C8) is unknown color: approx Deep Lilac. HEX triplet: 98, 52 and C8. RGB value is (152,82,200). Sum of RGB (Red+Green+Blue) = 152+82+200=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #9852C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852C8 is #67AD37. Grayscale: #737373. Windows color (decimal): -6794552 or 13128344. OLE color: 13128344.

HSL color Cylindrical-coordinate representation of color #9852C8: hue angle of 275.59º degrees, saturation: 0.52, 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 #9852C8 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15282200-
CMYK0.240.5900.22
HSL275.59º51.75%55.29%-
HSV(B)275.59º59%78.43%-
XYZ26.3916.8856.51-
YUV116.38175.19153.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 200 (78.52% from 255) = 46.08%
R=35.02%
G=18.89%
B=46.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152822000.240.5900.22275.5951.7555.29
Hex9852C8183B0161143437
Octal23012231030730264246467
Binary1001100010100101100100011000111011010110100010100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9852C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9852C8; }

 p { color: rgb(152,82,200); }

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

<style>
 a { background-color: #9852C8; }

 a { background-color: rgb(152,82,200); }

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

<style>
 span { border-color: #9852C8; }

 span { border-color: rgb(152,82,200); }

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