Html Css Color HEX #870084 Dark Magenta

📋 copy color: '#870084'

red 135 ◦ green 0 ◦ blue 132

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

Shades of Dark Magenta #870084

Tints of Dark Magenta #870084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.44%

R = 50.56%
G = 0%
B = 49.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#870084 (or 0x870084) is known color: Dark Magenta. HEX triplet: 87, 00 and 84. RGB value is (135,0,132). Sum of RGB (Red+Green+Blue) = 135+0+132=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #870084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870084 is #78FF7B. Grayscale: #373737. Windows color (decimal): -7929724 or 8650887. OLE color: 8650887.

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

Color convert

RGB 135 0 132 -
CMYK 0 1 0.02 0.47
HSL 301.33º 1% 0.26% -
HSV(B) 301.33º 1% 0.53% -
XYZ 14.16 6.82 22.4 -
YUV 55.41 171.23 184.77 -
System Red Green Blue C M Y K H S L
Decimal 135 0 132 0 1 0.02 0.47 301.33 1 0.26
Hex 87 0 84 0 64 2 2F 12D 64 1A
Octal 207 0 204 0 144 2 57 455 144 32
Binary 10000111 0 10000100 0 1100100 10 101111 100101101 1100100 11010

Color Harmonies of #870084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870084

Black with #870084

Text Example


Text Example

White with #870084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870084; }

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

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

background-color css

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

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

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

border-color css

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

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

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