#984EBF

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

Shades of Deep Lilac #984EBF

Tints of Deep Lilac #984EBF

Color information

#984EBF (or 0x984EBF) is unknown color: approx Deep Lilac. HEX triplet: 98, 4E and BF. RGB value is (152,78,191). Sum of RGB (Red+Green+Blue) = 152+78+191=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #984EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984EBF is #67B140. Grayscale: #707070. Windows color (decimal): -6795585 or 12537496. OLE color: 12537496.

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

Color convert

RGB15278191-
CMYK0.200.5900.25
HSL279.29º46.89%52.75%-
HSV(B)279.29º59.16%74.9%-
XYZ25.0815.8951.03-
YUV113.01172.02155.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.10%
GREEN value IS 78 (30.86% from 255) = 18.53%
BLUE value IS 191 (75% from 255) = 45.37%
R=36.10%
G=18.53%
B=45.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152781910.200.5900.25279.2946.8952.75
Hex984EBF143B0191172f35
Octal23011627724730314275765
Binary1001100010011101011111110100111011011001100010111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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