#9F5DAE

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

Shades of Deep Lilac #9F5DAE

Tints of Deep Lilac #9F5DAE

Color information

#9F5DAE (or 0x9F5DAE) is unknown color: approx Deep Lilac. HEX triplet: 9F, 5D and AE. RGB value is (159,93,174). Sum of RGB (Red+Green+Blue) = 159+93+174=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F5DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5DAE is #60A251. Grayscale: #797979. Windows color (decimal): -6333010 or 11427231. OLE color: 11427231.

HSL color Cylindrical-coordinate representation of color #9F5DAE: hue angle of 288.89º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5DAE is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15993174-
CMYK0.090.4700.32
HSL288.89º33.33%52.35%-
HSV(B)288.89º46.55%68.24%-
XYZ25.8518.2642.21-
YUV121.97157.37154.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.32%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=37.32%
G=21.83%
B=40.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159931740.090.4700.32288.8933.3352.35
Hex9F5DAE92F0201212134
Octal23713525611570404414164
Binary1001111110111011010111010011011110100000100100001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,93,174); }

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

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

 a { background-color: rgb(159,93,174); }

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

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

 span { border-color: rgb(159,93,174); }

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