#984DCD

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

Shades of Deep Lilac #984DCD

Tints of Deep Lilac #984DCD

Color information

#984DCD (or 0x984DCD) is unknown color: approx Deep Lilac. HEX triplet: 98, 4D and CD. RGB value is (152,77,205). Sum of RGB (Red+Green+Blue) = 152+77+205=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #984DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DCD is #67B232. Grayscale: #717171. Windows color (decimal): -6795827 or 13454744. OLE color: 13454744.

HSL color Cylindrical-coordinate representation of color #984DCD: hue angle of 275.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #984DCD is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15277205-
CMYK0.260.6200.20
HSL275.16º56.14%55.29%-
HSV(B)275.16º62.44%80.39%-
XYZ26.6216.3959.52-
YUV114.02179.35155.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 77 (30.47% from 255) = 17.74%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=35.02%
G=17.74%
B=47.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152772050.260.6200.20275.1656.1455.29
Hex984DCD1A3E0141133837
Octal23011531532760244237067
Binary1001100010011011100110111010111110010100100010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,77,205); }

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

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

 a { background-color: rgb(152,77,205); }

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

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

 span { border-color: rgb(152,77,205); }

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