#980481

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

Shades of Dark Magenta #980481

Tints of Dark Magenta #980481

Color information

#980481 (or 0x980481) is unknown color: approx Dark Magenta. HEX triplet: 98, 04 and 81. RGB value is (152,4,129). Sum of RGB (Red+Green+Blue) = 152+4+129=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #980481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980481 is #67FB7E. Grayscale: #3E3E3E. Windows color (decimal): -6814591 or 8455320. OLE color: 8455320.

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

Color convert

RGB1524129-
CMYK00.970.150.40
HSL309.32º94.87%30.59%-
HSV(B)309.32º97.37%59.61%-
XYZ16.958.3521.49-
YUV62.5165.53191.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=53.33%
G=1.40%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152412900.970.150.40309.3294.8730.59
Hex98481061F281355f1f
Octal23042010141175046513737
Binary1001100010010000001011000011111101000100110101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980481; }

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

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

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

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

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

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

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

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