Html Css Color HEX #980D87 Dark Magenta

📋 copy color: '#980D87'

red 152 ◦ green 13 ◦ blue 135

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

Shades of Dark Magenta #980D87

Tints of Dark Magenta #980D87

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.33%

 BLUE value IS 135 (53.13% from 255) = 45%

R = 50.67%
G = 4.33%
B = 45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#980D87 (or 0x980D87) is known color: Dark Magenta. HEX triplet: 98, 0D and 87. RGB value is (152,13,135). Sum of RGB (Red+Green+Blue) = 152+13+135=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #980D87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980D87 is #67F278. Grayscale: #444444. Windows color (decimal): -6812281 or 8850840. OLE color: 8850840.

HSL color Cylindrical-coordinate representation of color #980D87: hue angle of 307.34º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D87 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 13 135 -
CMYK 0 0.91 0.11 0.40
HSL 307.34º 0.84% 0.32% -
HSV(B) 307.34º 0.91% 0.6% -
XYZ 17.47 8.71 23.68 -
YUV 68.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 152 13 135 0 0.91 0.11 0.40 307.34 0.84 0.32
Hex 98 D 87 0 5B B 28 133 54 20
Octal 230 15 207 0 133 13 50 463 124 40
Binary 10011000 1101 10000111 0 1011011 1011 101000 100110011 1010100 100000

Color Harmonies of #980D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D87

Black with #980D87

Text Example


Text Example

White with #980D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980D87; }

 p { color: rgb(152,13,135); }

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

background-color css

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

 a { background-color: rgb(152,13,135); }

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

border-color css

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

 span { border-color: rgb(152,13,135); }

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