#9D5FC0

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

Shades of Deep Lilac #9D5FC0

Tints of Deep Lilac #9D5FC0

Color information

#9D5FC0 (or 0x9D5FC0) is unknown color: approx Deep Lilac. HEX triplet: 9D, 5F and C0. RGB value is (157,95,192). Sum of RGB (Red+Green+Blue) = 157+95+192=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #9D5FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5FC0 is #62A03F. Grayscale: #7C7C7C. Windows color (decimal): -6463552 or 12607389. OLE color: 12607389.

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

Color convert

RGB15795192-
CMYK0.180.5100.25
HSL278.35º43.5%56.27%-
HSV(B)278.35º50.52%75.29%-
XYZ27.5119.1652.12-
YUV124.6166.04151.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 95 (37.5% from 255) = 21.40%
BLUE value IS 192 (75.39% from 255) = 43.24%
R=35.36%
G=21.40%
B=43.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157951920.180.5100.25278.3543.556.27
Hex9D5FC012330191162b38
Octal23513730022630314265370
Binary1001110110111111100000010010110011011001100010110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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