#9D55CD

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

Shades of Deep Lilac #9D55CD

Tints of Deep Lilac #9D55CD

Color information

#9D55CD (or 0x9D55CD) is unknown color: approx Deep Lilac. HEX triplet: 9D, 55 and CD. RGB value is (157,85,205). Sum of RGB (Red+Green+Blue) = 157+85+205=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D55CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D55CD is #62AA32. Grayscale: #777777. Windows color (decimal): -6466099 or 13456797. OLE color: 13456797.

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

Color convert

RGB15785205-
CMYK0.230.5900.20
HSL276º54.55%56.86%-
HSV(B)276º58.54%80.39%-
XYZ28.1718.0759.76-
YUV120.21175.85154.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 85 (33.59% from 255) = 19.02%
BLUE value IS 205 (80.47% from 255) = 45.86%
R=35.12%
G=19.02%
B=45.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157852050.230.5900.2027654.5556.86
Hex9D55CD173B0141143739
Octal23512531527730244246771
Binary1001110110101011100110110111111011010100100010100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D55CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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