#9D55CB

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

Shades of Deep Lilac #9D55CB

Tints of Deep Lilac #9D55CB

Color information

#9D55CB (or 0x9D55CB) is unknown color: approx Deep Lilac. HEX triplet: 9D, 55 and CB. RGB value is (157,85,203). Sum of RGB (Red+Green+Blue) = 157+85+203=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D55CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D55CB is #62AA34. Grayscale: #777777. Windows color (decimal): -6466101 or 13325725. OLE color: 13325725.

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

Color convert

RGB15785203-
CMYK0.230.5800.20
HSL276.61º53.15%56.47%-
HSV(B)276.61º58.13%79.61%-
XYZ27.9317.9858.5-
YUV119.98174.85154.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.28%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 203 (79.69% from 255) = 45.62%
R=35.28%
G=19.10%
B=45.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157852030.230.5800.20276.6153.1556.47
Hex9D55CB173A0141153538
Octal23512531327720244256570
Binary1001110110101011100101110111111010010100100010101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D55CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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