#9A41AC

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

Shades of Deep Lilac #9A41AC

Tints of Deep Lilac #9A41AC

Color information

#9A41AC (or 0x9A41AC) is unknown color: approx Deep Lilac. HEX triplet: 9A, 41 and AC. RGB value is (154,65,172). Sum of RGB (Red+Green+Blue) = 154+65+172=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A41AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A41AC is #65BE53. Grayscale: #676767. Windows color (decimal): -6667860 or 11288986. OLE color: 11288986.

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

Color convert

RGB15465172-
CMYK0.100.6200.33
HSL289.91º45.15%46.47%-
HSV(B)289.91º62.21%67.45%-
XYZ22.6613.6340.47-
YUV103.81166.49163.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.39%
GREEN value IS 65 (25.78% from 255) = 16.62%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=39.39%
G=16.62%
B=43.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154651720.100.6200.33289.9145.1546.47
Hex9A41ACA3E0211222d2e
Octal23210125412760414425556
Binary1001101010000011010110010101111100100001100100010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A41AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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