#984DB2

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

Shades of Deep Lilac #984DB2

Tints of Deep Lilac #984DB2

Color information

#984DB2 (or 0x984DB2) is unknown color: approx Deep Lilac. HEX triplet: 98, 4D and B2. RGB value is (152,77,178). Sum of RGB (Red+Green+Blue) = 152+77+178=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 178 - color contains mainly: blue. Hex color #984DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984DB2 is #67B24D. Grayscale: #6E6E6E. Windows color (decimal): -6795854 or 11685272. OLE color: 11685272.

HSL color Cylindrical-coordinate representation of color #984DB2: hue angle of 284.55º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984DB2 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15277178-
CMYK0.150.5700.30
HSL284.55º39.61%50%-
HSV(B)284.55º56.74%69.8%-
XYZ23.6415.243.81-
YUV110.94165.85157.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 178 (69.92% from 255) = 43.73%
R=37.35%
G=18.92%
B=43.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal152771780.150.5700.30284.5539.6150
Hex984DB2F3901E11d2832
Octal23011526217710364355062
Binary100110001001101101100101111111001011110100011101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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