Html Css Color HEX #870085 Dark Magenta

📋 copy color: '#870085'

red 135 ◦ green 0 ◦ blue 133

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

Shades of Dark Magenta #870085

Tints of Dark Magenta #870085

RGB

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

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

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

R = 50.37%
G = 0%
B = 49.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#870085 (or 0x870085) is known color: Dark Magenta. HEX triplet: 87, 00 and 85. RGB value is (135,0,133). Sum of RGB (Red+Green+Blue) = 135+0+133=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #870085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870085 is #78FF7A. Grayscale: #373737. Windows color (decimal): -7929723 or 8716423. OLE color: 8716423.

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

Color convert

RGB 135 0 133 -
CMYK 0 1 0.01 0.47
HSL 300.89º 1% 0.26% -
HSV(B) 300.89º 1% 0.53% -
XYZ 14.23 6.84 22.76 -
YUV 55.53 171.73 184.69 -
System Red Green Blue C M Y K H S L
Decimal 135 0 133 0 1 0.01 0.47 300.89 1 0.26
Hex 87 0 85 0 64 1 2F 12D 64 1A
Octal 207 0 205 0 144 1 57 455 144 32
Binary 10000111 0 10000101 0 1100100 1 101111 100101101 1100100 11010

Color Harmonies of #870085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870085

Black with #870085

Text Example


Text Example

White with #870085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870085; }

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

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

background-color css

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

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

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

border-color css

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

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

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