#9A41AD

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

Shades of Deep Lilac #9A41AD

Tints of Deep Lilac #9A41AD

Color information

#9A41AD (or 0x9A41AD) is unknown color: approx Deep Lilac. HEX triplet: 9A, 41 and AD. RGB value is (154,65,173). Sum of RGB (Red+Green+Blue) = 154+65+173=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A41AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A41AD is #65BE52. Grayscale: #676767. Windows color (decimal): -6667859 or 11354522. OLE color: 11354522.

HSL color Cylindrical-coordinate representation of color #9A41AD: hue angle of 289.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A41AD is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15465173-
CMYK0.110.6200.32
HSL289.44º45.38%46.67%-
HSV(B)289.44º62.43%67.84%-
XYZ22.7613.6740.97-
YUV103.92166.99163.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.29%
GREEN value IS 65 (25.78% from 255) = 16.58%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=39.29%
G=16.58%
B=44.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154651730.110.6200.32289.4445.3846.67
Hex9A41ADB3E0201212d2f
Octal23210125513760404415557
Binary1001101010000011010110110111111100100000100100001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A41AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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