#984AAE

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

Shades of Deep Lilac #984AAE

Tints of Deep Lilac #984AAE

Color information

#984AAE (or 0x984AAE) is unknown color: approx Deep Lilac. HEX triplet: 98, 4A and AE. RGB value is (152,74,174). Sum of RGB (Red+Green+Blue) = 152+74+174=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #984AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984AAE is #67B551. Grayscale: #6C6C6C. Windows color (decimal): -6796626 or 11422360. OLE color: 11422360.

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

Color convert

RGB15274174-
CMYK0.130.5700.32
HSL286.8º40.32%48.63%-
HSV(B)286.8º57.47%68.24%-
XYZ23.0414.6341.65-
YUV108.72164.84158.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 74 (29.30% from 255) = 18.5%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=38%
G=18.5%
B=43.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152741740.130.5700.32286.840.3248.63
Hex984AAED3902011f2831
Octal23011225615710404375061
Binary1001100010010101010111011011110010100000100011111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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