#9F4FAF

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

Shades of Deep Lilac #9F4FAF

Tints of Deep Lilac #9F4FAF

Color information

#9F4FAF (or 0x9F4FAF) is unknown color: approx Deep Lilac. HEX triplet: 9F, 4F and AF. RGB value is (159,79,175). Sum of RGB (Red+Green+Blue) = 159+79+175=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F4FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4FAF is #60B050. Grayscale: #717171. Windows color (decimal): -6336593 or 11489183. OLE color: 11489183.

HSL color Cylindrical-coordinate representation of color #9F4FAF: hue angle of 290º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F4FAF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15979175-
CMYK0.090.5500.31
HSL290º37.8%49.8%-
HSV(B)290º54.86%68.63%-
XYZ24.8316.0642.35-
YUV113.86162.5160.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.50%
GREEN value IS 79 (31.25% from 255) = 19.13%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=38.50%
G=19.13%
B=42.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159791750.090.5500.3129037.849.8
Hex9F4FAF93701F1222632
Octal23711725711670374424662
Binary100111111001111101011111001110111011111100100010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,79,175); }

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

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

 a { background-color: rgb(159,79,175); }

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

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

 span { border-color: rgb(159,79,175); }

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