Html Css Color HEX #980780 Dark Magenta

📋 copy color: '#980780'

red 152 ◦ green 7 ◦ blue 128

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

Shades of Dark Magenta #980780

Tints of Dark Magenta #980780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.44%

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

R = 52.96%
G = 2.44%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#980780 (or 0x980780) is known color: Dark Magenta. HEX triplet: 98, 07 and 80. RGB value is (152,7,128). Sum of RGB (Red+Green+Blue) = 152+7+128=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #980780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980780 is #67F87F. Grayscale: #3F3F3F. Windows color (decimal): -6813824 or 8390552. OLE color: 8390552.

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

Color convert

RGB 152 7 128 -
CMYK 0 0.95 0.16 0.40
HSL 309.93º 0.91% 0.31% -
HSV(B) 309.93º 0.95% 0.6% -
XYZ 16.92 8.39 21.15 -
YUV 64.15 164.04 190.66 -
System Red Green Blue C M Y K H S L
Decimal 152 7 128 0 0.95 0.16 0.40 309.93 0.91 0.31
Hex 98 7 80 0 5F 10 28 136 5B 1F
Octal 230 7 200 0 137 20 50 466 133 37
Binary 10011000 111 10000000 0 1011111 10000 101000 100110110 1011011 11111

Color Harmonies of #980780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980780

Black with #980780

Text Example


Text Example

White with #980780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980780; }

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

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

background-color css

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

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

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

border-color css

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

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

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