#9D5AC8

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

Shades of Deep Lilac #9D5AC8

Tints of Deep Lilac #9D5AC8

Color information

#9D5AC8 (or 0x9D5AC8) is unknown color: approx Deep Lilac. HEX triplet: 9D, 5A and C8. RGB value is (157,90,200). Sum of RGB (Red+Green+Blue) = 157+90+200=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #9D5AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5AC8 is #62A537. Grayscale: #7A7A7A. Windows color (decimal): -6464824 or 13130397. OLE color: 13130397.

HSL color Cylindrical-coordinate representation of color #9D5AC8: hue angle of 276.55º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D5AC8 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15790200-
CMYK0.220.5500.22
HSL276.55º50%56.86%-
HSV(B)276.55º55%78.43%-
XYZ27.9918.6556.77-
YUV122.57171.7152.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 90 (35.55% from 255) = 20.13%
BLUE value IS 200 (78.52% from 255) = 44.74%
R=35.12%
G=20.13%
B=44.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal157902000.220.5500.22276.555056.86
Hex9D5AC816370161153239
Octal23513231026670264256271
Binary1001110110110101100100010110110111010110100010101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,90,200); }

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

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

 a { background-color: rgb(157,90,200); }

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

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

 span { border-color: rgb(157,90,200); }

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