#980E8F

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

Shades of Dark Magenta #980E8F

Tints of Dark Magenta #980E8F

Color information

#980E8F (or 0x980E8F) is unknown color: approx Dark Magenta. HEX triplet: 98, 0E and 8F. RGB value is (152,14,143). Sum of RGB (Red+Green+Blue) = 152+14+143=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #980E8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980E8F is #67F170. Grayscale: #454545. Windows color (decimal): -6812017 or 9375384. OLE color: 9375384.

HSL color Cylindrical-coordinate representation of color #980E8F: hue angle of 303.91º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E8F is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB15214143-
CMYK00.910.060.40
HSL303.91º83.13%32.55%-
HSV(B)303.91º90.79%59.61%-
XYZ18.068.9726.77-
YUV69.97169.22186.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.19%
GREEN value IS 14 (5.86% from 255) = 4.53%
BLUE value IS 143 (56.25% from 255) = 46.28%
R=49.19%
G=4.53%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521414300.910.060.40303.9183.1332.55
Hex98E8F05B6281305321
Octal23016217013365046012341
Binary10011000111010001111010110111101010001001100001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980E8F; }

 p { color: rgb(152,14,143); }

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

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

 a { background-color: rgb(152,14,143); }

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

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

 span { border-color: rgb(152,14,143); }

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