Html Css Color HEX #980987 Dark Magenta

📋 copy color: '#980987'

red 152 ◦ green 9 ◦ blue 135

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

Shades of Dark Magenta #980987

Tints of Dark Magenta #980987

RGB

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

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

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

R = 51.35%
G = 3.04%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#980987 (or 0x980987) is known color: Dark Magenta. HEX triplet: 98, 09 and 87. RGB value is (152,9,135). Sum of RGB (Red+Green+Blue) = 152+9+135=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #980987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980987 is #67F678. Grayscale: #414141. Windows color (decimal): -6813305 or 8849816. OLE color: 8849816.

HSL color Cylindrical-coordinate representation of color #980987: hue angle of 307.13º 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 #980987 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 135 -
CMYK 0 0.94 0.11 0.40
HSL 307.13º 0.89% 0.32% -
HSV(B) 307.13º 0.94% 0.6% -
XYZ 17.42 8.62 23.67 -
YUV 66.12 166.88 189.25 -
System Red Green Blue C M Y K H S L
Decimal 152 9 135 0 0.94 0.11 0.40 307.13 0.89 0.32
Hex 98 9 87 0 5E B 28 133 59 20
Octal 230 11 207 0 136 13 50 463 131 40
Binary 10011000 1001 10000111 0 1011110 1011 101000 100110011 1011001 100000

Color Harmonies of #980987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980987

Black with #980987

Text Example


Text Example

White with #980987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980987; }

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

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

background-color css

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

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

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

border-color css

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

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

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