Html Css Color HEX #87058C Dark Magenta

📋 copy color: '#87058C'

red 135 ◦ green 5 ◦ blue 140

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

Shades of Dark Magenta #87058C

Tints of Dark Magenta #87058C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 48.21%
G = 1.79%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87058C (or 0x87058C) is known color: Dark Magenta. HEX triplet: 87, 05 and 8C. RGB value is (135,5,140). Sum of RGB (Red+Green+Blue) = 135+5+140=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #87058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87058C is #78FA73. Grayscale: #3A3A3A. Windows color (decimal): -7928436 or 9176455. OLE color: 9176455.

HSL color Cylindrical-coordinate representation of color #87058C: hue angle of 297.78º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #87058C is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 5 140 -
CMYK 0.04 0.96 0 0.45
HSL 297.78º 0.93% 0.28% -
HSV(B) 297.78º 0.96% 0.55% -
XYZ 14.78 7.15 25.41 -
YUV 59.26 173.57 182.02 -
System Red Green Blue C M Y K H S L
Decimal 135 5 140 0.04 0.96 0 0.45 297.78 0.93 0.28
Hex 87 5 8C 4 60 0 2D 12A 5D 1C
Octal 207 5 214 4 140 0 55 452 135 34
Binary 10000111 101 10001100 100 1100000 0 101101 100101010 1011101 11100

Color Harmonies of #87058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87058C

Black with #87058C

Text Example


Text Example

White with #87058C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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