#9A51AC

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

Shades of Deep Lilac #9A51AC

Tints of Deep Lilac #9A51AC

Color information

#9A51AC (or 0x9A51AC) is unknown color: approx Deep Lilac. HEX triplet: 9A, 51 and AC. RGB value is (154,81,172). Sum of RGB (Red+Green+Blue) = 154+81+172=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A51AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A51AC is #65AE53. Grayscale: #707070. Windows color (decimal): -6663764 or 11293082. OLE color: 11293082.

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

Color convert

RGB15481172-
CMYK0.100.5300.33
HSL288.13º35.97%49.61%-
HSV(B)288.13º52.91%67.45%-
XYZ23.7215.7340.82-
YUV113.2161.18157.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.84%
GREEN value IS 81 (32.03% from 255) = 19.90%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=37.84%
G=19.90%
B=42.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154811720.100.5300.33288.1335.9749.61
Hex9A51ACA350211202432
Octal23212125412650414404462
Binary1001101010100011010110010101101010100001100100000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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