#9D50CB

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

Shades of Deep Lilac #9D50CB

Tints of Deep Lilac #9D50CB

Color information

#9D50CB (or 0x9D50CB) is unknown color: approx Deep Lilac. HEX triplet: 9D, 50 and CB. RGB value is (157,80,203). Sum of RGB (Red+Green+Blue) = 157+80+203=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D50CB is #62AF34. Grayscale: #747474. Windows color (decimal): -6467381 or 13324445. OLE color: 13324445.

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

Color convert

RGB15780203-
CMYK0.230.6100.20
HSL277.56º54.19%55.49%-
HSV(B)277.56º60.59%79.61%-
XYZ27.5517.2258.37-
YUV117.04176.51156.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.68%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=35.68%
G=18.18%
B=46.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157802030.230.6100.20277.5654.1955.49
Hex9D50CB173D0141163637
Octal23512031327750244266667
Binary1001110110100001100101110111111101010100100010110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D50CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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