#9F4AAE

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

Shades of Deep Lilac #9F4AAE

Tints of Deep Lilac #9F4AAE

Color information

#9F4AAE (or 0x9F4AAE) is unknown color: approx Deep Lilac. HEX triplet: 9F, 4A and AE. RGB value is (159,74,174). Sum of RGB (Red+Green+Blue) = 159+74+174=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F4AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4AAE is #60B551. Grayscale: #6E6E6E. Windows color (decimal): -6337874 or 11422367. OLE color: 11422367.

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

Color convert

RGB15974174-
CMYK0.090.5700.32
HSL291º40.32%48.63%-
HSV(B)291º57.47%68.24%-
XYZ24.3915.3241.72-
YUV110.81163.66162.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.07%
GREEN value IS 74 (29.30% from 255) = 18.18%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=39.07%
G=18.18%
B=42.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159741740.090.5700.3229140.3248.63
Hex9F4AAE9390201232831
Octal23711225611710404435061
Binary1001111110010101010111010011110010100000100100011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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