Html Css Color HEX #980080 Dark Magenta

📋 copy color: '#980080'

red 152 ◦ green 0 ◦ blue 128

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

Shades of Dark Magenta #980080

Tints of Dark Magenta #980080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.29%
G = 0%
B = 45.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#980080 (or 0x980080) is known color: Dark Magenta. HEX triplet: 98, 00 and 80. RGB value is (152,0,128). Sum of RGB (Red+Green+Blue) = 152+0+128=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #980080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980080 is #67FF7F. Grayscale: #3B3B3B. Windows color (decimal): -6815616 or 8388760. OLE color: 8388760.

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

Color convert

RGB 152 0 128 -
CMYK 0 1 0.16 0.40
HSL 309.47º 1% 0.3% -
HSV(B) 309.47º 1% 0.6% -
XYZ 16.85 8.23 21.12 -
YUV 60.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 152 0 128 0 1 0.16 0.40 309.47 1 0.3
Hex 98 0 80 0 64 10 28 135 64 1E
Octal 230 0 200 0 144 20 50 465 144 36
Binary 10011000 0 10000000 0 1100100 10000 101000 100110101 1100100 11110

Color Harmonies of #980080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980080

Black with #980080

Text Example


Text Example

White with #980080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980080; }

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

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

background-color css

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

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

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

border-color css

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

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

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