Html Css Color HEX #87158C Dark Magenta

📋 copy color: '#87158C'

red 135 ◦ green 21 ◦ blue 140

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

Shades of Dark Magenta #87158C

Tints of Dark Magenta #87158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.3%

R = 45.61%
G = 7.09%
B = 47.3%

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

#87158C (or 0x87158C) is known color: Dark Magenta. HEX triplet: 87, 15 and 8C. RGB value is (135,21,140). Sum of RGB (Red+Green+Blue) = 135+21+140=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #87158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87158C is #78EA73. Grayscale: #444444. Windows color (decimal): -7924340 or 9180551. OLE color: 9180551.

HSL color Cylindrical-coordinate representation of color #87158C: hue angle of 297.48º 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 #87158C is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 21 140 -
CMYK 0.04 0.85 0 0.45
HSL 297.48º 0.74% 0.32% -
HSV(B) 297.48º 0.85% 0.55% -
XYZ 14.99 7.58 25.48 -
YUV 68.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 135 21 140 0.04 0.85 0 0.45 297.48 0.74 0.32
Hex 87 15 8C 4 55 0 2D 129 4A 20
Octal 207 25 214 4 125 0 55 451 112 40
Binary 10000111 10101 10001100 100 1010101 0 101101 100101001 1001010 100000

Color Harmonies of #87158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87158C

Black with #87158C

Text Example


Text Example

White with #87158C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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