Html Css Color HEX #870686 Dark Magenta

📋 copy color: '#870686'

red 135 ◦ green 6 ◦ blue 134

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

Shades of Dark Magenta #870686

Tints of Dark Magenta #870686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.18%

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

R = 49.09%
G = 2.18%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#870686 (or 0x870686) is known color: Dark Magenta. HEX triplet: 87, 06 and 86. RGB value is (135,6,134). Sum of RGB (Red+Green+Blue) = 135+6+134=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #870686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870686 is #78F979. Grayscale: #3A3A3A. Windows color (decimal): -7928186 or 8783495. OLE color: 8783495.

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

Color convert

RGB 135 6 134 -
CMYK 0 0.96 0.01 0.47
HSL 300.47º 0.91% 0.28% -
HSV(B) 300.47º 0.96% 0.53% -
XYZ 14.36 7 23.15 -
YUV 59.16 170.24 182.09 -
System Red Green Blue C M Y K H S L
Decimal 135 6 134 0 0.96 0.01 0.47 300.47 0.91 0.28
Hex 87 6 86 0 60 1 2F 12C 5B 1C
Octal 207 6 206 0 140 1 57 454 133 34
Binary 10000111 110 10000110 0 1100000 1 101111 100101100 1011011 11100

Color Harmonies of #870686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870686

Black with #870686

Text Example


Text Example

White with #870686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870686; }

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

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

background-color css

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

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

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

border-color css

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

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

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