Html Css Color HEX #87158D Dark Magenta

📋 copy color: '#87158D'

red 135 ◦ green 21 ◦ blue 141

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

Shades of Dark Magenta #87158D

Tints of Dark Magenta #87158D

RGB

 RED value IS 135 (53.13% from 255) = 45.45%

 GREEN value IS 21 (8.59% from 255) = 7.07%

 BLUE value IS 141 (55.47% from 255) = 47.47%

R = 45.45%
G = 7.07%
B = 47.47%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87158D (or 0x87158D) is known color: Dark Magenta. HEX triplet: 87, 15 and 8D. RGB value is (135,21,141). Sum of RGB (Red+Green+Blue) = 135+21+141=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #87158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87158D is #78EA72. Grayscale: #444444. Windows color (decimal): -7924339 or 9246087. OLE color: 9246087.

HSL color Cylindrical-coordinate representation of color #87158D: hue angle of 297º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #87158D is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 21 141 -
CMYK 0.04 0.85 0 0.45
HSL 297º 0.74% 0.32% -
HSV(B) 297º 0.85% 0.55% -
XYZ 15.07 7.61 25.87 -
YUV 68.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 135 21 141 0.04 0.85 0 0.45 297 0.74 0.32
Hex 87 15 8D 4 55 0 2D 129 4A 20
Octal 207 25 215 4 125 0 55 451 112 40
Binary 10000111 10101 10001101 100 1010101 0 101101 100101001 1001010 100000

Color Harmonies of #87158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87158D

Black with #87158D

Text Example


Text Example

White with #87158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87158D; }

 p { color: rgb(135,21,141); }

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

background-color css

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

 a { background-color: rgb(135,21,141); }

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

border-color css

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

 span { border-color: rgb(135,21,141); }

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