#9A4AAC

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

Shades of Deep Lilac #9A4AAC

Tints of Deep Lilac #9A4AAC

Color information

#9A4AAC (or 0x9A4AAC) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4A and AC. RGB value is (154,74,172). Sum of RGB (Red+Green+Blue) = 154+74+172=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A4AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4AAC is #65B553. Grayscale: #6C6C6C. Windows color (decimal): -6665556 or 11291290. OLE color: 11291290.

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

Color convert

RGB15474172-
CMYK0.100.5700.33
HSL288.98º39.84%48.24%-
HSV(B)288.98º56.98%67.45%-
XYZ23.2214.7540.65-
YUV109.09163.5160.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.5%
GREEN value IS 74 (29.30% from 255) = 18.5%
BLUE value IS 172 (67.58% from 255) = 43%
R=38.5%
G=18.5%
B=43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154741720.100.5700.33288.9839.8448.24
Hex9A4AACA390211212830
Octal23211225412710414415060
Binary1001101010010101010110010101110010100001100100001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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