#984EAE

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

Shades of Deep Lilac #984EAE

Tints of Deep Lilac #984EAE

Color information

#984EAE (or 0x984EAE) is unknown color: approx Deep Lilac. HEX triplet: 98, 4E and AE. RGB value is (152,78,174). Sum of RGB (Red+Green+Blue) = 152+78+174=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #984EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984EAE is #67B151. Grayscale: #6E6E6E. Windows color (decimal): -6795602 or 11423384. OLE color: 11423384.

HSL color Cylindrical-coordinate representation of color #984EAE: hue angle of 286.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984EAE is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15278174-
CMYK0.130.5500.32
HSL286.25º38.1%49.41%-
HSV(B)286.25º55.17%68.24%-
XYZ23.3115.1841.75-
YUV111.07163.52157.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 78 (30.86% from 255) = 19.31%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=37.62%
G=19.31%
B=43.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152781740.130.5500.32286.2538.149.41
Hex984EAED3702011e2631
Octal23011625615670404364661
Binary1001100010011101010111011011101110100000100011110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984EAE; }

 p { color: rgb(152,78,174); }

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

<style>
 a { background-color: #984EAE; }

 a { background-color: rgb(152,78,174); }

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

<style>
 span { border-color: #984EAE; }

 span { border-color: rgb(152,78,174); }

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