#984FCC

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

Shades of Deep Lilac #984FCC

Tints of Deep Lilac #984FCC

Color information

#984FCC (or 0x984FCC) is unknown color: approx Deep Lilac. HEX triplet: 98, 4F and CC. RGB value is (152,79,204). Sum of RGB (Red+Green+Blue) = 152+79+204=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #984FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984FCC is #67B033. Grayscale: #727272. Windows color (decimal): -6795316 or 13389720. OLE color: 13389720.

HSL color Cylindrical-coordinate representation of color #984FCC: hue angle of 275.04º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #984FCC is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15279204-
CMYK0.250.6100.2
HSL275.04º55.07%55.49%-
HSV(B)275.04º61.27%80%-
XYZ26.6416.6358.93-
YUV115.08178.18154.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 79 (31.25% from 255) = 18.16%
BLUE value IS 204 (80.08% from 255) = 46.90%
R=34.94%
G=18.16%
B=46.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152792040.250.6100.2275.0455.0755.49
Hex984FCC193D0141133737
Octal23011731431750244236767
Binary1001100010011111100110011001111101010100100010011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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