#984DBA

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

Shades of Deep Lilac #984DBA

Tints of Deep Lilac #984DBA

Color information

#984DBA (or 0x984DBA) is unknown color: approx Deep Lilac. HEX triplet: 98, 4D and BA. RGB value is (152,77,186). Sum of RGB (Red+Green+Blue) = 152+77+186=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #984DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DBA is #67B245. Grayscale: #6F6F6F. Windows color (decimal): -6795846 or 12209560. OLE color: 12209560.

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

Color convert

RGB15277186-
CMYK0.180.5900.27
HSL281.28º44.13%51.57%-
HSV(B)281.28º58.6%72.94%-
XYZ24.4715.5348.16-
YUV111.85169.85156.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.63%
GREEN value IS 77 (30.47% from 255) = 18.55%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=36.63%
G=18.55%
B=44.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152771860.180.5900.27281.2844.1351.57
Hex984DBA123B01B1192c34
Octal23011527222730334315464
Binary1001100010011011011101010010111011011011100011001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,77,186); }

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

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

 a { background-color: rgb(152,77,186); }

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

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

 span { border-color: rgb(152,77,186); }

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