#9F5EBE

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

Shades of Deep Lilac #9F5EBE

Tints of Deep Lilac #9F5EBE

Color information

#9F5EBE (or 0x9F5EBE) is unknown color: approx Deep Lilac. HEX triplet: 9F, 5E and BE. RGB value is (159,94,190). Sum of RGB (Red+Green+Blue) = 159+94+190=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5EBE is #60A141. Grayscale: #7C7C7C. Windows color (decimal): -6332738 or 12476063. OLE color: 12476063.

HSL color Cylindrical-coordinate representation of color #9F5EBE: hue angle of 280.62º degrees, saturation: 0.42, 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 #9F5EBE is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15994190-
CMYK0.160.5100.25
HSL280.62º42.48%55.69%-
HSV(B)280.62º50.53%74.51%-
XYZ27.619.0950.95-
YUV124.38165.03152.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.89%
GREEN value IS 94 (37.11% from 255) = 21.22%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=35.89%
G=21.22%
B=42.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159941900.160.5100.25280.6242.4855.69
Hex9F5EBE10330191192a38
Octal23713627620630314315270
Binary1001111110111101011111010000110011011001100011001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,94,190); }

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

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

 a { background-color: rgb(159,94,190); }

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

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

 span { border-color: rgb(159,94,190); }

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