#9F44AE

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

Shades of Deep Lilac #9F44AE

Tints of Deep Lilac #9F44AE

Color information

#9F44AE (or 0x9F44AE) is unknown color: approx Deep Lilac. HEX triplet: 9F, 44 and AE. RGB value is (159,68,174). Sum of RGB (Red+Green+Blue) = 159+68+174=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F44AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F44AE is #60BB51. Grayscale: #6A6A6A. Windows color (decimal): -6339410 or 11420831. OLE color: 11420831.

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

Color convert

RGB15968174-
CMYK0.090.6100.32
HSL291.51º43.8%47.45%-
HSV(B)291.51º60.92%68.24%-
XYZ24.0114.5641.59-
YUV107.29165.65164.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.65%
GREEN value IS 68 (26.95% from 255) = 16.96%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=39.65%
G=16.96%
B=43.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159681740.090.6100.32291.5143.847.45
Hex9F44AE93D0201242c2f
Octal23710425611750404445457
Binary1001111110001001010111010011111010100000100100100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F44AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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