#984CC8

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

Shades of Deep Lilac #984CC8

Tints of Deep Lilac #984CC8

Color information

#984CC8 (or 0x984CC8) is unknown color: approx Deep Lilac. HEX triplet: 98, 4C and C8. RGB value is (152,76,200). Sum of RGB (Red+Green+Blue) = 152+76+200=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 200 - color contains mainly: blue. Hex color #984CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984CC8 is #67B337. Grayscale: #707070. Windows color (decimal): -6796088 or 13126808. OLE color: 13126808.

HSL color Cylindrical-coordinate representation of color #984CC8: hue angle of 276.77º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #984CC8 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15276200-
CMYK0.240.6200.22
HSL276.77º52.99%54.12%-
HSV(B)276.77º62%78.43%-
XYZ25.9616.0156.37-
YUV112.86177.18155.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 76 (30.08% from 255) = 17.76%
BLUE value IS 200 (78.52% from 255) = 46.73%
R=35.51%
G=17.76%
B=46.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152762000.240.6200.22276.7752.9954.12
Hex984CC8183E0161153536
Octal23011431030760264256566
Binary1001100010011001100100011000111110010110100010101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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