Html Css Color HEX #980280 Dark Magenta

📋 copy color: '#980280'

red 152 ◦ green 2 ◦ blue 128

#980280
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #980280

Tints of Dark Magenta #980280

RGB

 RED value IS 152 (59.77% from 255) = 53.9%

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 128 (50.39% from 255) = 45.39%

R = 53.9%
G = 0.71%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#980280 (or 0x980280) is known color: Dark Magenta. HEX triplet: 98, 02 and 80. RGB value is (152,2,128). Sum of RGB (Red+Green+Blue) = 152+2+128=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #980280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980280 is #67FD7F. Grayscale: #3C3C3C. Windows color (decimal): -6815104 or 8389272. OLE color: 8389272.

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

Color convert

RGB 152 2 128 -
CMYK 0 0.99 0.16 0.40
HSL 309.6º 0.97% 0.3% -
HSV(B) 309.6º 0.99% 0.6% -
XYZ 16.87 8.28 21.13 -
YUV 61.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 152 2 128 0 0.99 0.16 0.40 309.6 0.97 0.3
Hex 98 2 80 0 63 10 28 136 61 1E
Octal 230 2 200 0 143 20 50 466 141 36
Binary 10011000 10 10000000 0 1100011 10000 101000 100110110 1100001 11110

Color Harmonies of #980280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980280

Black with #980280

Text Example


Text Example

White with #980280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980280; }

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

 H1.HeaderClassName
 {
   color: #980280;
 }
 .AnyTagClassName
 {
   color: #980280;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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