#9A4DAC

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

Shades of Deep Lilac #9A4DAC

Tints of Deep Lilac #9A4DAC

Color information

#9A4DAC (or 0x9A4DAC) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4D and AC. RGB value is (154,77,172). Sum of RGB (Red+Green+Blue) = 154+77+172=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A4DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4DAC is #65B253. Grayscale: #6E6E6E. Windows color (decimal): -6664788 or 11292058. OLE color: 11292058.

HSL color Cylindrical-coordinate representation of color #9A4DAC: hue angle of 288.63º 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 #9A4DAC is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15477172-
CMYK0.100.5500.33
HSL288.63º38.15%48.82%-
HSV(B)288.63º55.23%67.45%-
XYZ23.4315.1640.72-
YUV110.85162.51158.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.21%
GREEN value IS 77 (30.47% from 255) = 19.11%
BLUE value IS 172 (67.58% from 255) = 42.68%
R=38.21%
G=19.11%
B=42.68%

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
Decimal154771720.100.5500.33288.6338.1548.82
Hex9A4DACA370211212631
Octal23211525412670414414661
Binary1001101010011011010110010101101110100001100100001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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