#9D55CA

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

Shades of Deep Lilac #9D55CA

Tints of Deep Lilac #9D55CA

Color information

#9D55CA (or 0x9D55CA) is unknown color: approx Deep Lilac. HEX triplet: 9D, 55 and CA. RGB value is (157,85,202). Sum of RGB (Red+Green+Blue) = 157+85+202=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D55CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D55CA is #62AA35. Grayscale: #777777. Windows color (decimal): -6466102 or 13260189. OLE color: 13260189.

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

Color convert

RGB15785202-
CMYK0.220.5800.21
HSL276.92º52.47%56.27%-
HSV(B)276.92º57.92%79.22%-
XYZ27.8117.9357.87-
YUV119.87174.35154.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 85 (33.59% from 255) = 19.14%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=35.36%
G=19.14%
B=45.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal157852020.220.5800.21276.9252.4756.27
Hex9D55CA163A0151153438
Octal23512531226720254256470
Binary1001110110101011100101010110111010010101100010101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D55CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,85,202); }

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

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

 a { background-color: rgb(157,85,202); }

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

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

 span { border-color: rgb(157,85,202); }

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