#9C52CA

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

Shades of Deep Lilac #9C52CA

Tints of Deep Lilac #9C52CA

Color information

#9C52CA (or 0x9C52CA) is unknown color: approx Deep Lilac. HEX triplet: 9C, 52 and CA. RGB value is (156,82,202). Sum of RGB (Red+Green+Blue) = 156+82+202=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C52CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C52CA is #63AD35. Grayscale: #757575. Windows color (decimal): -6532406 or 13259420. OLE color: 13259420.

HSL color Cylindrical-coordinate representation of color #9C52CA: hue angle of 277º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C52CA is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15682202-
CMYK0.230.5900.21
HSL277º53.1%55.69%-
HSV(B)277º59.41%79.22%-
XYZ27.3917.3757.79-
YUV117.81175.52155.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.45%
GREEN value IS 82 (32.42% from 255) = 18.64%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=35.45%
G=18.64%
B=45.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal156822020.230.5900.2127753.155.69
Hex9C52CA173B0151153538
Octal23412231227730254256570
Binary1001110010100101100101010111111011010101100010101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C52CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,82,202); }

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

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

 a { background-color: rgb(156,82,202); }

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

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

 span { border-color: rgb(156,82,202); }

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