#981899

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

Shades of Dark Magenta #981899

Tints of Dark Magenta #981899

Color information

#981899 (or 0x981899) is unknown color: approx Dark Magenta. HEX triplet: 98, 18 and 99. RGB value is (152,24,153). Sum of RGB (Red+Green+Blue) = 152+24+153=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #981899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981899 is #67E766. Grayscale: #4C4C4C. Windows color (decimal): -6809447 or 10033304. OLE color: 10033304.

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

Color convert

RGB15224153-
CMYK0.010.8400.4
HSL299.53º72.88%34.71%-
HSV(B)299.53º84.31%60%-
XYZ19.039.6330.99-
YUV76.98170.91181.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 24 (9.77% from 255) = 7.29%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=46.20%
G=7.29%
B=46.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152241530.010.8400.4299.5372.8834.71
Hex98189915402812c4923
Octal23030231112405045411143
Binary1001100011000100110011101010001010001001011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981899; }

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

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

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

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

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

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

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

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