#9f4fae

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

Shades of Deep Lilac #9F4FAE

Tints of Deep Lilac #9F4FAE

Color information

#9F4FAE (or 0x9F4FAE) is unknown color: approx Deep Lilac. HEX triplet: 9F, 4F and AE. RGB value is (159,79,174). Sum of RGB (Red+Green+Blue) = 159+79+174=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F4FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4FAE is #60B051. Grayscale: #717171. Windows color (decimal): -6336594 or 11423647. OLE color: 11423647.

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

Color convert

RGB15979174-
CMYK0.090.5500.32
HSL290.53º37.55%49.61%-
HSV(B)290.53º54.6%68.24%-
XYZ24.7316.0241.83-
YUV113.75162160.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.59%
GREEN value IS 79 (31.25% from 255) = 19.17%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=38.59%
G=19.17%
B=42.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159791740.090.5500.32290.5337.5549.61
Hex9F4FAE9370201232632
Octal23711725611670404434662
Binary1001111110011111010111010011101110100000100100011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f4fae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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