#9F5EBF

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

Shades of Deep Lilac #9F5EBF

Tints of Deep Lilac #9F5EBF

Color information

#9F5EBF (or 0x9F5EBF) is unknown color: approx Deep Lilac. HEX triplet: 9F, 5E and BF. RGB value is (159,94,191). Sum of RGB (Red+Green+Blue) = 159+94+191=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F5EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5EBF is #60A140. Grayscale: #7C7C7C. Windows color (decimal): -6332737 or 12541599. OLE color: 12541599.

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

Color convert

RGB15994191-
CMYK0.170.5100.25
HSL280.21º43.11%55.88%-
HSV(B)280.21º50.79%74.9%-
XYZ27.719.1451.52-
YUV124.49165.53152.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.81%
GREEN value IS 94 (37.11% from 255) = 21.17%
BLUE value IS 191 (75% from 255) = 43.02%
R=35.81%
G=21.17%
B=43.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159941910.170.5100.25280.2143.1155.88
Hex9F5EBF11330191182b38
Octal23713627721630314305370
Binary1001111110111101011111110001110011011001100011000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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