#9A40AC

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

Shades of Deep Lilac #9A40AC

Tints of Deep Lilac #9A40AC

Color information

#9A40AC (or 0x9A40AC) is unknown color: approx Deep Lilac. HEX triplet: 9A, 40 and AC. RGB value is (154,64,172). Sum of RGB (Red+Green+Blue) = 154+64+172=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A40AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A40AC is #65BF53. Grayscale: #666666. Windows color (decimal): -6668116 or 11288730. OLE color: 11288730.

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

Color convert

RGB15464172-
CMYK0.100.6300.33
HSL290º45.76%46.27%-
HSV(B)290º62.79%67.45%-
XYZ22.6113.5240.45-
YUV103.22166.82164.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.49%
GREEN value IS 64 (25.39% from 255) = 16.41%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=39.49%
G=16.41%
B=44.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154641720.100.6300.3329045.7646.27
Hex9A40ACA3F0211222e2e
Octal23210025412770414425656
Binary1001101010000001010110010101111110100001100100010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A40AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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