Html Css Color HEX #980980 Dark Magenta

📋 copy color: '#980980'

red 152 ◦ green 9 ◦ blue 128

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

Shades of Dark Magenta #980980

Tints of Dark Magenta #980980

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.11%

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

R = 52.6%
G = 3.11%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#980980 (or 0x980980) is known color: Dark Magenta. HEX triplet: 98, 09 and 80. RGB value is (152,9,128). Sum of RGB (Red+Green+Blue) = 152+9+128=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #980980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980980 is #67F67F. Grayscale: #404040. Windows color (decimal): -6813312 or 8391064. OLE color: 8391064.

HSL color Cylindrical-coordinate representation of color #980980: hue angle of 310.07º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980980 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 128 -
CMYK 0 0.94 0.16 0.40
HSL 310.07º 0.89% 0.32% -
HSV(B) 310.07º 0.94% 0.6% -
XYZ 16.94 8.43 21.16 -
YUV 65.32 163.38 189.82 -
System Red Green Blue C M Y K H S L
Decimal 152 9 128 0 0.94 0.16 0.40 310.07 0.89 0.32
Hex 98 9 80 0 5E 10 28 136 59 20
Octal 230 11 200 0 136 20 50 466 131 40
Binary 10011000 1001 10000000 0 1011110 10000 101000 100110110 1011001 100000

Color Harmonies of #980980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980980

Black with #980980

Text Example


Text Example

White with #980980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980980; }

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

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

background-color css

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

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

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

border-color css

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

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

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