#9A4DAB

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

Shades of Deep Lilac #9A4DAB

Tints of Deep Lilac #9A4DAB

Color information

#9A4DAB (or 0x9A4DAB) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4D and AB. RGB value is (154,77,171). Sum of RGB (Red+Green+Blue) = 154+77+171=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A4DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4DAB is #65B254. Grayscale: #6E6E6E. Windows color (decimal): -6664789 or 11226522. OLE color: 11226522.

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

Color convert

RGB15477171-
CMYK0.100.5500.33
HSL289.15º37.9%48.63%-
HSV(B)289.15º54.97%67.06%-
XYZ23.3315.1240.22-
YUV110.74162.01158.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.31%
GREEN value IS 77 (30.47% from 255) = 19.15%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=38.31%
G=19.15%
B=42.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154771710.100.5500.33289.1537.948.63
Hex9A4DABA370211212631
Octal23211525312670414414661
Binary1001101010011011010101110101101110100001100100001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,77,171); }

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

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

 a { background-color: rgb(154,77,171); }

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

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

 span { border-color: rgb(154,77,171); }

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