#980081

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

Shades of Dark Magenta #980081

Tints of Dark Magenta #980081

Color information

#980081 (or 0x980081) is unknown color: approx Dark Magenta. HEX triplet: 98, 00 and 81. RGB value is (152,0,129). Sum of RGB (Red+Green+Blue) = 152+0+129=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #980081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980081 is #67FF7E. Grayscale: #3B3B3B. Windows color (decimal): -6815615 or 8454296. OLE color: 8454296.

HSL color Cylindrical-coordinate representation of color #980081: hue angle of 309.08º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980081 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB1520129-
CMYK010.150.40
HSL309.08º100%29.8%-
HSV(B)309.08º100%59.61%-
XYZ16.918.2621.47-
YUV60.15166.86193.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=54.09%
G=0%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1520129010.150.40309.0810029.8
Hex98081064F28135641e
Octal23002010144175046514436
Binary10011000010000001011001001111101000100110101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980081; }

 p { color: rgb(152,0,129); }

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

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

 a { background-color: rgb(152,0,129); }

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

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

 span { border-color: rgb(152,0,129); }

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