#980483

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

Shades of Dark Magenta #980483

Tints of Dark Magenta #980483

Color information

#980483 (or 0x980483) is unknown color: approx Dark Magenta. HEX triplet: 98, 04 and 83. RGB value is (152,4,131). Sum of RGB (Red+Green+Blue) = 152+4+131=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #980483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980483 is #67FB7C. Grayscale: #3E3E3E. Windows color (decimal): -6814589 or 8586392. OLE color: 8586392.

HSL color Cylindrical-coordinate representation of color #980483: hue angle of 308.51º 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 #980483 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB1524131-
CMYK00.970.140.40
HSL308.51º94.87%30.59%-
HSV(B)308.51º97.37%59.61%-
XYZ17.098.422.19-
YUV62.73166.53191.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 131 (51.56% from 255) = 45.64%
R=52.96%
G=1.39%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152413100.970.140.40308.5194.8730.59
Hex98483061E281355f1f
Octal23042030141165046513737
Binary1001100010010000011011000011110101000100110101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980483; }

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

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

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

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

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

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

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

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