#9F52CC

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

Shades of Deep Lilac #9F52CC

Tints of Deep Lilac #9F52CC

Color information

#9F52CC (or 0x9F52CC) is unknown color: approx Deep Lilac. HEX triplet: 9F, 52 and CC. RGB value is (159,82,204). Sum of RGB (Red+Green+Blue) = 159+82+204=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F52CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F52CC is #60AD33. Grayscale: #767676. Windows color (decimal): -6335796 or 13390495. OLE color: 13390495.

HSL color Cylindrical-coordinate representation of color #9F52CC: hue angle of 277.87º 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 #9F52CC is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15982204-
CMYK0.220.6000.2
HSL277.87º54.46%56.08%-
HSV(B)277.87º59.8%80%-
XYZ28.2117.7759.07-
YUV118.93176.01156.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.73%
GREEN value IS 82 (32.42% from 255) = 18.43%
BLUE value IS 204 (80.08% from 255) = 45.84%
R=35.73%
G=18.43%
B=45.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal159822040.220.6000.2277.8754.4656.08
Hex9F52CC163C0141163638
Octal23712231426740244266670
Binary1001111110100101100110010110111100010100100010110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F52CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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