#9952BA

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

Shades of Deep Lilac #9952BA

Tints of Deep Lilac #9952BA

Color information

#9952BA (or 0x9952BA) is unknown color: approx Deep Lilac. HEX triplet: 99, 52 and BA. RGB value is (153,82,186). Sum of RGB (Red+Green+Blue) = 153+82+186=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #9952BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9952BA is #66AD45. Grayscale: #727272. Windows color (decimal): -6729030 or 12210841. OLE color: 12210841.

HSL color Cylindrical-coordinate representation of color #9952BA: hue angle of 280.96º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9952BA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15382186-
CMYK0.180.5600.27
HSL280.96º42.98%52.55%-
HSV(B)280.96º55.91%72.94%-
XYZ25.0216.3548.29-
YUV115.08168.02155.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 82 (32.42% from 255) = 19.48%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=36.34%
G=19.48%
B=44.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153821860.180.5600.27280.9642.9852.55
Hex9952BA123801B1192b35
Octal23112227222700334315365
Binary1001100110100101011101010010111000011011100011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9952BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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