#980D8A

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

Shades of Dark Magenta #980D8A

Tints of Dark Magenta #980D8A

Color information

#980D8A (or 0x980D8A) is unknown color: approx Dark Magenta. HEX triplet: 98, 0D and 8A. RGB value is (152,13,138). Sum of RGB (Red+Green+Blue) = 152+13+138=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #980D8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980D8A is #67F275. Grayscale: #444444. Windows color (decimal): -6812278 or 9047448. OLE color: 9047448.

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

Color convert

RGB15213138-
CMYK00.910.090.40
HSL306.04º84.24%32.35%-
HSV(B)306.04º91.45%59.61%-
XYZ17.688.824.81-
YUV68.81167.05187.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.17%
GREEN value IS 13 (5.47% from 255) = 4.29%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=50.17%
G=4.29%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521313800.910.090.40306.0484.2432.35
Hex98D8A05B9281325420
Octal230152120133115046212440
Binary100110001101100010100101101110011010001001100101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,13,138); }

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

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

 a { background-color: rgb(152,13,138); }

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

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

 span { border-color: rgb(152,13,138); }

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