#984CAD

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

Shades of Deep Lilac #984CAD

Tints of Deep Lilac #984CAD

Color information

#984CAD (or 0x984CAD) is unknown color: approx Deep Lilac. HEX triplet: 98, 4C and AD. RGB value is (152,76,173). Sum of RGB (Red+Green+Blue) = 152+76+173=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #984CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984CAD is #67B352. Grayscale: #6D6D6D. Windows color (decimal): -6796115 or 11357336. OLE color: 11357336.

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

Color convert

RGB15276173-
CMYK0.120.5600.32
HSL287.01º38.96%48.82%-
HSV(B)287.01º56.07%67.84%-
XYZ23.0814.8641.19-
YUV109.78163.68158.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=37.91%
G=18.95%
B=43.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152761730.120.5600.32287.0138.9648.82
Hex984CADC3802011f2731
Octal23011425514700404374761
Binary1001100010011001010110111001110000100000100011111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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