#981699

Color #981699 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #981699

Tints of Dark Magenta #981699

Color information

#981699 (or 0x981699) is unknown color: approx Dark Magenta. HEX triplet: 98, 16 and 99. RGB value is (152,22,153). Sum of RGB (Red+Green+Blue) = 152+22+153=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #981699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981699 is #67E966. Grayscale: #4B4B4B. Windows color (decimal): -6809959 or 10032792. OLE color: 10032792.

HSL color Cylindrical-coordinate representation of color #981699: hue angle of 299.54º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981699 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15222153-
CMYK0.010.8600.4
HSL299.54º74.86%34.31%-
HSV(B)299.54º85.62%60%-
XYZ18.999.5530.98-
YUV75.8171.57182.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 22 (8.98% from 255) = 6.73%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=46.48%
G=6.73%
B=46.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152221530.010.8600.4299.5474.8634.31
Hex98169915602812c4b22
Octal23026231112605045411342
Binary1001100010110100110011101011001010001001011001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981699; }

 p { color: rgb(152,22,153); }

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

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

 a { background-color: rgb(152,22,153); }

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

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

 span { border-color: rgb(152,22,153); }

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