#984EAF

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

Shades of Deep Lilac #984EAF

Tints of Deep Lilac #984EAF

Color information

#984EAF (or 0x984EAF) is unknown color: approx Deep Lilac. HEX triplet: 98, 4E and AF. RGB value is (152,78,175). Sum of RGB (Red+Green+Blue) = 152+78+175=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #984EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984EAF is #67B150. Grayscale: #6E6E6E. Windows color (decimal): -6795601 or 11488920. OLE color: 11488920.

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

Color convert

RGB15278175-
CMYK0.130.5500.31
HSL285.77º38.34%49.61%-
HSV(B)285.77º55.43%68.63%-
XYZ23.4115.2242.26-
YUV111.18164.02157.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.53%
GREEN value IS 78 (30.86% from 255) = 19.26%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=37.53%
G=19.26%
B=43.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152781750.130.5500.31285.7738.3449.61
Hex984EAFD3701F11e2632
Octal23011625715670374364662
Binary100110001001110101011111101110111011111100011110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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