#984AAD

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

Shades of Deep Lilac #984AAD

Tints of Deep Lilac #984AAD

Color information

#984AAD (or 0x984AAD) is unknown color: approx Deep Lilac. HEX triplet: 98, 4A and AD. RGB value is (152,74,173). Sum of RGB (Red+Green+Blue) = 152+74+173=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #984AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984AAD is #67B552. Grayscale: #6C6C6C. Windows color (decimal): -6796627 or 11356824. OLE color: 11356824.

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

Color convert

RGB15274173-
CMYK0.120.5700.32
HSL287.27º40.08%48.43%-
HSV(B)287.27º57.23%67.84%-
XYZ22.9414.5941.14-
YUV108.61164.34158.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 74 (29.30% from 255) = 18.55%
BLUE value IS 173 (67.97% from 255) = 43.36%
R=38.10%
G=18.55%
B=43.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152741730.120.5700.32287.2740.0848.43
Hex984AADC3902011f2830
Octal23011225514710404375060
Binary1001100010010101010110111001110010100000100011111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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