#8949AF

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

Shades of Deep Lilac #8949AF

Tints of Deep Lilac #8949AF

Color information

#8949AF (or 0x8949AF) is unknown color: approx Deep Lilac. HEX triplet: 89, 49 and AF. RGB value is (137,73,175). Sum of RGB (Red+Green+Blue) = 137+73+175=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #8949AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8949AF is #76B650. Grayscale: #676767. Windows color (decimal): -7779921 or 11487625. OLE color: 11487625.

HSL color Cylindrical-coordinate representation of color #8949AF: hue angle of 277.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8949AF is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13773175-
CMYK0.220.5800.31
HSL277.65º41.13%48.63%-
HSV(B)277.65º58.29%68.63%-
XYZ20.4413.1842.02-
YUV103.76168.2151.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=35.58%
G=18.96%
B=45.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137731750.220.5800.31277.6541.1348.63
Hex8949AF163A01F1162931
Octal21111125726720374265161
Binary1000100110010011010111110110111010011111100010110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8949AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8949AF; }

 p { color: rgb(137,73,175); }

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

<style>
 a { background-color: #8949AF; }

 a { background-color: rgb(137,73,175); }

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

<style>
 span { border-color: #8949AF; }

 span { border-color: rgb(137,73,175); }

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