#984ECC

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

Shades of Deep Lilac #984ECC

Tints of Deep Lilac #984ECC

Color information

#984ECC (or 0x984ECC) is unknown color: approx Deep Lilac. HEX triplet: 98, 4E and CC. RGB value is (152,78,204). Sum of RGB (Red+Green+Blue) = 152+78+204=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #984ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984ECC is #67B133. Grayscale: #727272. Windows color (decimal): -6795572 or 13389464. OLE color: 13389464.

HSL color Cylindrical-coordinate representation of color #984ECC: hue angle of 275.24º degrees, saturation: 0.55, 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 #984ECC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15278204-
CMYK0.250.6200.2
HSL275.24º55.26%55.29%-
HSV(B)275.24º61.76%80%-
XYZ26.5716.4858.91-
YUV114.49178.52154.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 78 (30.86% from 255) = 17.97%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=35.02%
G=17.97%
B=47.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152782040.250.6200.2275.2455.2655.29
Hex984ECC193E0141133737
Octal23011631431760244236767
Binary1001100010011101100110011001111110010100100010011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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