Html Css Color HEX #870486 Dark Magenta

📋 copy color: '#870486'

red 135 ◦ green 4 ◦ blue 134

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

Shades of Dark Magenta #870486

Tints of Dark Magenta #870486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

 BLUE value IS 134 (52.73% from 255) = 49.08%

R = 49.45%
G = 1.47%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#870486 (or 0x870486) is known color: Dark Magenta. HEX triplet: 87, 04 and 86. RGB value is (135,4,134). Sum of RGB (Red+Green+Blue) = 135+4+134=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #870486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870486 is #78FB79. Grayscale: #393939. Windows color (decimal): -7928698 or 8782983. OLE color: 8782983.

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

Color convert

RGB 135 4 134 -
CMYK 0 0.97 0.01 0.47
HSL 300.46º 0.94% 0.27% -
HSV(B) 300.46º 0.97% 0.53% -
XYZ 14.34 6.96 23.14 -
YUV 57.99 170.9 182.93 -
System Red Green Blue C M Y K H S L
Decimal 135 4 134 0 0.97 0.01 0.47 300.46 0.94 0.27
Hex 87 4 86 0 61 1 2F 12C 5E 1B
Octal 207 4 206 0 141 1 57 454 136 33
Binary 10000111 100 10000110 0 1100001 1 101111 100101100 1011110 11011

Color Harmonies of #870486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870486

Black with #870486

Text Example


Text Example

White with #870486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870486; }

 p { color: rgb(135,4,134); }

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

background-color css

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

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

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

border-color css

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

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

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