#9A4EAA

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

Shades of Deep Lilac #9A4EAA

Tints of Deep Lilac #9A4EAA

Color information

#9A4EAA (or 0x9A4EAA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4E and AA. RGB value is (154,78,170). Sum of RGB (Red+Green+Blue) = 154+78+170=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A4EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4EAA is #65B155. Grayscale: #6E6E6E. Windows color (decimal): -6664534 or 11161242. OLE color: 11161242.

HSL color Cylindrical-coordinate representation of color #9A4EAA: hue angle of 289.57º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A4EAA is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15478170-
CMYK0.090.5400.33
HSL289.57º37.1%48.63%-
HSV(B)289.57º54.12%66.67%-
XYZ23.3115.2239.74-
YUV111.21161.18158.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.31%
GREEN value IS 78 (30.86% from 255) = 19.40%
BLUE value IS 170 (66.80% from 255) = 42.29%
R=38.31%
G=19.40%
B=42.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154781700.090.5400.33289.5737.148.63
Hex9A4EAA9360211222531
Octal23211625211660414424561
Binary1001101010011101010101010011101100100001100100010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,78,170); }

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

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

 a { background-color: rgb(154,78,170); }

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

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

 span { border-color: rgb(154,78,170); }

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