#9952CC

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

Shades of Deep Lilac #9952CC

Tints of Deep Lilac #9952CC

Color information

#9952CC (or 0x9952CC) is unknown color: approx Deep Lilac. HEX triplet: 99, 52 and CC. RGB value is (153,82,204). Sum of RGB (Red+Green+Blue) = 153+82+204=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #9952CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9952CC is #66AD33. Grayscale: #747474. Windows color (decimal): -6729012 or 13390489. OLE color: 13390489.

HSL color Cylindrical-coordinate representation of color #9952CC: hue angle of 274.92º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9952CC is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15382204-
CMYK0.250.6000.2
HSL274.92º54.46%56.08%-
HSV(B)274.92º59.8%80%-
XYZ27.0517.1759.01-
YUV117.14177.02153.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.85%
GREEN value IS 82 (32.42% from 255) = 18.68%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=34.85%
G=18.68%
B=46.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal153822040.250.6000.2274.9254.4656.08
Hex9952CC193C0141133638
Octal23112231431740244236670
Binary1001100110100101100110011001111100010100100010011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9952CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9952CC; }

 p { color: rgb(153,82,204); }

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

<style>
 a { background-color: #9952CC; }

 a { background-color: rgb(153,82,204); }

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

<style>
 span { border-color: #9952CC; }

 span { border-color: rgb(153,82,204); }

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