#980881

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

Shades of Dark Magenta #980881

Tints of Dark Magenta #980881

Color information

#980881 (or 0x980881) is unknown color: approx Dark Magenta. HEX triplet: 98, 08 and 81. RGB value is (152,8,129). Sum of RGB (Red+Green+Blue) = 152+8+129=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #980881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980881 is #67F77E. Grayscale: #404040. Windows color (decimal): -6813567 or 8456344. OLE color: 8456344.

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

Color convert

RGB1528129-
CMYK00.950.150.40
HSL309.58º90%31.37%-
HSV(B)309.58º94.74%59.61%-
XYZ178.4321.5-
YUV64.85164.21190.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.60%
GREEN value IS 8 (3.52% from 255) = 2.77%
BLUE value IS 129 (50.78% from 255) = 44.64%
R=52.60%
G=2.77%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152812900.950.150.40309.589031.37
Hex9888105FF281365a1f
Octal230102010137175046613237
Binary10011000100010000001010111111111101000100110110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980881; }

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

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

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

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

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

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

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

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