#9447AB

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

Shades of Deep Lilac #9447AB

Tints of Deep Lilac #9447AB

Color information

#9447AB (or 0x9447AB) is unknown color: approx Deep Lilac. HEX triplet: 94, 47 and AB. RGB value is (148,71,171). Sum of RGB (Red+Green+Blue) = 148+71+171=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #9447AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9447AB is #6BB854. Grayscale: #696969. Windows color (decimal): -7059541 or 11224980. OLE color: 11224980.

HSL color Cylindrical-coordinate representation of color #9447AB: hue angle of 286.2º 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 #9447AB is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14871171-
CMYK0.130.5800.33
HSL286.2º41.32%47.45%-
HSV(B)286.2º58.48%67.06%-
XYZ21.8213.7440.03-
YUV105.42165.01158.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 71 (28.12% from 255) = 18.21%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=37.95%
G=18.21%
B=43.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148711710.130.5800.33286.241.3247.45
Hex9447ABD3A02111e292f
Octal22410725315720414365157
Binary1001010010001111010101111011110100100001100011110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9447AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9447AB; }

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

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

<style>
 a { background-color: #9447AB; }

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

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

<style>
 span { border-color: #9447AB; }

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

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