#8941AE

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

Shades of Deep Lilac #8941AE

Tints of Deep Lilac #8941AE

Color information

#8941AE (or 0x8941AE) is unknown color: approx Deep Lilac. HEX triplet: 89, 41 and AE. RGB value is (137,65,174). Sum of RGB (Red+Green+Blue) = 137+65+174=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #8941AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8941AE is #76BE51. Grayscale: #626262. Windows color (decimal): -7781970 or 11420041. OLE color: 11420041.

HSL color Cylindrical-coordinate representation of color #8941AE: hue angle of 279.63º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8941AE is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13765174-
CMYK0.210.6300.32
HSL279.63º45.61%46.86%-
HSV(B)279.63º62.64%68.24%-
XYZ19.8512.1541.34-
YUV98.95170.35155.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.44%
GREEN value IS 65 (25.78% from 255) = 17.29%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=36.44%
G=17.29%
B=46.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137651740.210.6300.32279.6345.6146.86
Hex8941AE153F0201182e2f
Octal21110125625770404305657
Binary10001001100000110101110101011111110100000100011000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8941AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,65,174); }

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

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

 a { background-color: rgb(137,65,174); }

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

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

 span { border-color: rgb(137,65,174); }

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