#9447AE

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

Shades of Deep Lilac #9447AE

Tints of Deep Lilac #9447AE

Color information

#9447AE (or 0x9447AE) is unknown color: approx Deep Lilac. HEX triplet: 94, 47 and AE. RGB value is (148,71,174). Sum of RGB (Red+Green+Blue) = 148+71+174=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #9447AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9447AE is #6BB851. Grayscale: #696969. Windows color (decimal): -7059538 or 11421588. OLE color: 11421588.

HSL color Cylindrical-coordinate representation of color #9447AE: hue angle of 284.85º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9447AE is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14871174-
CMYK0.150.5900.32
HSL284.85º42.04%48.04%-
HSV(B)284.85º59.2%68.24%-
XYZ22.1113.8641.55-
YUV105.76166.51158.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 71 (28.12% from 255) = 18.07%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=37.66%
G=18.07%
B=44.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148711740.150.5900.32284.8542.0448.04
Hex9447AEF3B02011d2a30
Octal22410725617730404355260
Binary1001010010001111010111011111110110100000100011101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9447AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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