Html Css Color HEX #870685 Dark Magenta

📋 copy color: '#870685'

red 135 ◦ green 6 ◦ blue 133

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

Shades of Dark Magenta #870685

Tints of Dark Magenta #870685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.54%

R = 49.27%
G = 2.19%
B = 48.54%

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

#870685 (or 0x870685) is known color: Dark Magenta. HEX triplet: 87, 06 and 85. RGB value is (135,6,133). Sum of RGB (Red+Green+Blue) = 135+6+133=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #870685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870685 is #78F97A. Grayscale: #3A3A3A. Windows color (decimal): -7928187 or 8717959. OLE color: 8717959.

HSL color Cylindrical-coordinate representation of color #870685: hue angle of 300.93º 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 #870685 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 6 133 -
CMYK 0 0.96 0.01 0.47
HSL 300.93º 0.91% 0.28% -
HSV(B) 300.93º 0.96% 0.53% -
XYZ 14.29 6.97 22.78 -
YUV 59.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 135 6 133 0 0.96 0.01 0.47 300.93 0.91 0.28
Hex 87 6 85 0 60 1 2F 12D 5B 1C
Octal 207 6 205 0 140 1 57 455 133 34
Binary 10000111 110 10000101 0 1100000 1 101111 100101101 1011011 11100

Color Harmonies of #870685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870685

Black with #870685

Text Example


Text Example

White with #870685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870685; }

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

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

background-color css

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

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

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

border-color css

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

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

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