#9F52CD

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

Shades of Deep Lilac #9F52CD

Tints of Deep Lilac #9F52CD

Color information

#9F52CD (or 0x9F52CD) is unknown color: approx Deep Lilac. HEX triplet: 9F, 52 and CD. RGB value is (159,82,205). Sum of RGB (Red+Green+Blue) = 159+82+205=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F52CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F52CD is #60AD32. Grayscale: #767676. Windows color (decimal): -6335795 or 13456031. OLE color: 13456031.

HSL color Cylindrical-coordinate representation of color #9F52CD: hue angle of 277.56º degrees, saturation: 0.55, 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 #9F52CD is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15982205-
CMYK0.220.600.20
HSL277.56º55.16%56.27%-
HSV(B)277.56º60%80.39%-
XYZ28.3317.8159.7-
YUV119.04176.51156.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.65%
GREEN value IS 82 (32.42% from 255) = 18.39%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=35.65%
G=18.39%
B=45.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal159822050.220.600.20277.5655.1656.27
Hex9F52CD163C0141163738
Octal23712231526740244266770
Binary1001111110100101100110110110111100010100100010110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F52CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F52CD; }

 p { color: rgb(159,82,205); }

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

<style>
 a { background-color: #9F52CD; }

 a { background-color: rgb(159,82,205); }

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

<style>
 span { border-color: #9F52CD; }

 span { border-color: rgb(159,82,205); }

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