#984EBB

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

Shades of Deep Lilac #984EBB

Tints of Deep Lilac #984EBB

Color information

#984EBB (or 0x984EBB) is unknown color: approx Deep Lilac. HEX triplet: 98, 4E and BB. RGB value is (152,78,187). Sum of RGB (Red+Green+Blue) = 152+78+187=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #984EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984EBB is #67B144. Grayscale: #707070. Windows color (decimal): -6795589 or 12275352. OLE color: 12275352.

HSL color Cylindrical-coordinate representation of color #984EBB: hue angle of 280.73º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984EBB is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15278187-
CMYK0.190.5800.27
HSL280.73º44.49%51.96%-
HSV(B)280.73º58.29%73.33%-
XYZ24.6415.7148.75-
YUV112.55170.02156.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 78 (30.86% from 255) = 18.71%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=36.45%
G=18.71%
B=44.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152781870.190.5800.27280.7344.4951.96
Hex984EBB133A01B1192c34
Octal23011627323720334315464
Binary1001100010011101011101110011111010011011100011001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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