#981E99

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

Shades of Dark Magenta #981E99

Tints of Dark Magenta #981E99

Color information

#981E99 (or 0x981E99) is unknown color: approx Dark Magenta. HEX triplet: 98, 1E and 99. RGB value is (152,30,153). Sum of RGB (Red+Green+Blue) = 152+30+153=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #981E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981E99 is #67E166. Grayscale: #505050. Windows color (decimal): -6807911 or 10034840. OLE color: 10034840.

HSL color Cylindrical-coordinate representation of color #981E99: hue angle of 299.51º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E99 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15230153-
CMYK0.010.8000.4
HSL299.51º67.21%35.88%-
HSV(B)299.51º80.39%60%-
XYZ19.169.931.04-
YUV80.5168.92179-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 30 (12.11% from 255) = 8.96%
BLUE value IS 153 (60.16% from 255) = 45.67%
R=45.37%
G=8.96%
B=45.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152301530.010.8000.4299.5167.2135.88
Hex981E9915002812c4324
Octal23036231112005045410344
Binary1001100011110100110011101000001010001001011001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981E99; }

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

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

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

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

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

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

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

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