#980282

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

Shades of Dark Magenta #980282

Tints of Dark Magenta #980282

Color information

#980282 (or 0x980282) is unknown color: approx Dark Magenta. HEX triplet: 98, 02 and 82. RGB value is (152,2,130). Sum of RGB (Red+Green+Blue) = 152+2+130=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #980282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980282 is #67FD7D. Grayscale: #3D3D3D. Windows color (decimal): -6815102 or 8520344. OLE color: 8520344.

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

Color convert

RGB1522130-
CMYK00.990.140.40
HSL308.8º97.4%30.2%-
HSV(B)308.8º98.68%59.61%-
XYZ178.3321.83-
YUV61.44166.7192.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.52%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=53.52%
G=0.70%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152213000.990.140.40308.897.430.2
Hex98282063E28135611e
Octal23022020143165046514136
Binary100110001010000010011000111110101000100110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980282; }

 p { color: rgb(152,2,130); }

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

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

 a { background-color: rgb(152,2,130); }

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

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

 span { border-color: rgb(152,2,130); }

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