#9F3EAE

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

Shades of Deep Lilac #9F3EAE

Tints of Deep Lilac #9F3EAE

Color information

#9F3EAE (or 0x9F3EAE) is unknown color: approx Deep Lilac. HEX triplet: 9F, 3E and AE. RGB value is (159,62,174). Sum of RGB (Red+Green+Blue) = 159+62+174=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F3EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3EAE is #60C151. Grayscale: #676767. Windows color (decimal): -6340946 or 11419295. OLE color: 11419295.

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

Color convert

RGB15962174-
CMYK0.090.6400.32
HSL291.96º47.46%46.27%-
HSV(B)291.96º64.37%68.24%-
XYZ23.6613.8741.47-
YUV103.77167.64167.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.25%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=40.25%
G=15.70%
B=44.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159621740.090.6400.32291.9647.4646.27
Hex9F3EAE9400201242f2e
Octal23776256111000404445756
Binary1001111111111010101110100110000000100000100100100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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