#9F41AE

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

Shades of Deep Lilac #9F41AE

Tints of Deep Lilac #9F41AE

Color information

#9F41AE (or 0x9F41AE) is unknown color: approx Deep Lilac. HEX triplet: 9F, 41 and AE. RGB value is (159,65,174). Sum of RGB (Red+Green+Blue) = 159+65+174=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F41AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F41AE is #60BE51. Grayscale: #696969. Windows color (decimal): -6340178 or 11420063. OLE color: 11420063.

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

Color convert

RGB15965174-
CMYK0.090.6300.32
HSL291.74º45.61%46.86%-
HSV(B)291.74º62.64%68.24%-
XYZ23.8314.2141.53-
YUV105.53166.64166.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.95%
GREEN value IS 65 (25.78% from 255) = 16.33%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=39.95%
G=16.33%
B=43.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159651740.090.6300.32291.7445.6146.86
Hex9F41AE93F0201242e2f
Octal23710125611770404445657
Binary1001111110000011010111010011111110100000100100100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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