Html Css Color HEX #980B87 Dark Magenta

📋 copy color: '#980B87'

red 152 ◦ green 11 ◦ blue 135

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

Shades of Dark Magenta #980B87

Tints of Dark Magenta #980B87

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.69%

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

R = 51.01%
G = 3.69%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#980B87 (or 0x980B87) is known color: Dark Magenta. HEX triplet: 98, 0B and 87. RGB value is (152,11,135). Sum of RGB (Red+Green+Blue) = 152+11+135=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #980B87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980B87 is #67F478. Grayscale: #424242. Windows color (decimal): -6812793 or 8850328. OLE color: 8850328.

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

Color convert

RGB 152 11 135 -
CMYK 0 0.93 0.11 0.40
HSL 307.23º 0.87% 0.32% -
HSV(B) 307.23º 0.93% 0.6% -
XYZ 17.44 8.66 23.67 -
YUV 67.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 152 11 135 0 0.93 0.11 0.40 307.23 0.87 0.32
Hex 98 B 87 0 5D B 28 133 57 20
Octal 230 13 207 0 135 13 50 463 127 40
Binary 10011000 1011 10000111 0 1011101 1011 101000 100110011 1010111 100000

Color Harmonies of #980B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B87

Black with #980B87

Text Example


Text Example

White with #980B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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