#984FCF

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

Shades of Deep Lilac #984FCF

Tints of Deep Lilac #984FCF

Color information

#984FCF (or 0x984FCF) is unknown color: approx Deep Lilac. HEX triplet: 98, 4F and CF. RGB value is (152,79,207). Sum of RGB (Red+Green+Blue) = 152+79+207=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #984FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984FCF is #67B030. Grayscale: #727272. Windows color (decimal): -6795313 or 13586328. OLE color: 13586328.

HSL color Cylindrical-coordinate representation of color #984FCF: hue angle of 274.22º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #984FCF is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15279207-
CMYK0.270.6200.19
HSL274.22º57.14%56.08%-
HSV(B)274.22º61.84%81.18%-
XYZ27.0116.7760.85-
YUV115.42179.68154.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 79 (31.25% from 255) = 18.04%
BLUE value IS 207 (81.25% from 255) = 47.26%
R=34.70%
G=18.04%
B=47.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152792070.270.6200.19274.2257.1456.08
Hex984FCF1B3E0131123938
Octal23011731733760234227170
Binary1001100010011111100111111011111110010011100010010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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