#984CBF

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

Shades of Deep Lilac #984CBF

Tints of Deep Lilac #984CBF

Color information

#984CBF (or 0x984CBF) is unknown color: approx Deep Lilac. HEX triplet: 98, 4C and BF. RGB value is (152,76,191). Sum of RGB (Red+Green+Blue) = 152+76+191=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #984CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984CBF is #67B340. Grayscale: #6F6F6F. Windows color (decimal): -6796097 or 12536984. OLE color: 12536984.

HSL color Cylindrical-coordinate representation of color #984CBF: hue angle of 279.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #984CBF is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15276191-
CMYK0.200.6000.25
HSL279.65º47.33%52.35%-
HSV(B)279.65º60.21%74.9%-
XYZ24.9415.6150.99-
YUV111.83172.68156.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.28%
GREEN value IS 76 (30.08% from 255) = 18.14%
BLUE value IS 191 (75% from 255) = 45.58%
R=36.28%
G=18.14%
B=45.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152761910.200.6000.25279.6547.3352.35
Hex984CBF143C0191182f34
Octal23011427724740314305764
Binary1001100010011001011111110100111100011001100011000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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