Html Css Color HEX #870087 Dark Magenta

📋 copy color: '#870087'

red 135 ◦ green 0 ◦ blue 135

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

Shades of Dark Magenta #870087

Tints of Dark Magenta #870087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#870087 (or 0x870087) is known color: Dark Magenta. HEX triplet: 87, 00 and 87. RGB value is (135,0,135). Sum of RGB (Red+Green+Blue) = 135+0+135=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #870087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870087 is #78FF78. Grayscale: #373737. Windows color (decimal): -7929721 or 8847495. OLE color: 8847495.

HSL color Cylindrical-coordinate representation of color #870087: hue angle of 300º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870087 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 0 135 -
CMYK 0 1 0 0.47
HSL 300º 1% 0.26% -
HSV(B) 300º 1% 0.53% -
XYZ 14.36 6.9 23.5 -
YUV 55.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 135 0 135 0 1 0 0.47 300 1 0.26
Hex 87 0 87 0 64 0 2F 12C 64 1A
Octal 207 0 207 0 144 0 57 454 144 32
Binary 10000111 0 10000111 0 1100100 0 101111 100101100 1100100 11010

Color Harmonies of #870087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870087

Black with #870087

Text Example


Text Example

White with #870087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870087; }

 p { color: rgb(135,0,135); }

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

background-color css

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

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

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

border-color css

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

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

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