#981599

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

Shades of Dark Magenta #981599

Tints of Dark Magenta #981599

Color information

#981599 (or 0x981599) is unknown color: approx Dark Magenta. HEX triplet: 98, 15 and 99. RGB value is (152,21,153). Sum of RGB (Red+Green+Blue) = 152+21+153=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #981599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981599 is #67EA66. Grayscale: #4A4A4A. Windows color (decimal): -6810215 or 10032536. OLE color: 10032536.

HSL color Cylindrical-coordinate representation of color #981599: hue angle of 299.55º degrees, saturation: 0.76, 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 #981599 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15221153-
CMYK0.010.8600.4
HSL299.55º75.86%34.12%-
HSV(B)299.55º86.27%60%-
XYZ18.979.5130.97-
YUV75.22171.9182.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 21 (8.59% from 255) = 6.44%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=46.63%
G=6.44%
B=46.93%

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
Decimal152211530.010.8600.4299.5575.8634.12
Hex98159915602812c4c22
Octal23025231112605045411442
Binary1001100010101100110011101011001010001001011001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981599; }

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

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

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

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

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

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

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

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