#9A47AB

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

Shades of Deep Lilac #9A47AB

Tints of Deep Lilac #9A47AB

Color information

#9A47AB (or 0x9A47AB) is unknown color: approx Deep Lilac. HEX triplet: 9A, 47 and AB. RGB value is (154,71,171). Sum of RGB (Red+Green+Blue) = 154+71+171=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A47AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A47AB is #65B854. Grayscale: #6A6A6A. Windows color (decimal): -6666325 or 11224986. OLE color: 11224986.

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

Color convert

RGB15471171-
CMYK0.100.5800.33
HSL289.8º41.32%47.45%-
HSV(B)289.8º58.48%67.06%-
XYZ22.9314.3240.08-
YUV107.22164161.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.89%
GREEN value IS 71 (28.12% from 255) = 17.93%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=38.89%
G=17.93%
B=43.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154711710.100.5800.33289.841.3247.45
Hex9A47ABA3A021122292f
Octal23210725312720414425157
Binary1001101010001111010101110101110100100001100100010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A47AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,71,171); }

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

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

 a { background-color: rgb(154,71,171); }

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

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

 span { border-color: rgb(154,71,171); }

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