#9D55C0

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

Shades of Deep Lilac #9D55C0

Tints of Deep Lilac #9D55C0

Color information

#9D55C0 (or 0x9D55C0) is unknown color: approx Deep Lilac. HEX triplet: 9D, 55 and C0. RGB value is (157,85,192). Sum of RGB (Red+Green+Blue) = 157+85+192=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #9D55C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D55C0 is #62AA3F. Grayscale: #767676. Windows color (decimal): -6466112 or 12604829. OLE color: 12604829.

HSL color Cylindrical-coordinate representation of color #9D55C0: hue angle of 280.37º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D55C0 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15785192-
CMYK0.180.5600.25
HSL280.37º45.92%54.31%-
HSV(B)280.37º55.73%75.29%-
XYZ26.6717.4751.84-
YUV118.73169.35155.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.18%
GREEN value IS 85 (33.59% from 255) = 19.59%
BLUE value IS 192 (75.39% from 255) = 44.24%
R=36.18%
G=19.59%
B=44.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157851920.180.5600.25280.3745.9254.31
Hex9D55C012380191182e36
Octal23512530022700314305666
Binary1001110110101011100000010010111000011001100011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D55C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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