Html Css Color HEX #870484 Dark Magenta

📋 copy color: '#870484'

red 135 ◦ green 4 ◦ blue 132

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

Shades of Dark Magenta #870484

Tints of Dark Magenta #870484

RGB

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

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

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

R = 49.82%
G = 1.48%
B = 48.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#870484 (or 0x870484) is known color: Dark Magenta. HEX triplet: 87, 04 and 84. RGB value is (135,4,132). Sum of RGB (Red+Green+Blue) = 135+4+132=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #870484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870484 is #78FB7B. Grayscale: #393939. Windows color (decimal): -7928700 or 8651911. OLE color: 8651911.

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

Color convert

RGB 135 4 132 -
CMYK 0 0.97 0.02 0.47
HSL 301.37º 0.94% 0.27% -
HSV(B) 301.37º 0.97% 0.53% -
XYZ 14.2 6.9 22.41 -
YUV 57.76 169.9 183.09 -
System Red Green Blue C M Y K H S L
Decimal 135 4 132 0 0.97 0.02 0.47 301.37 0.94 0.27
Hex 87 4 84 0 61 2 2F 12D 5E 1B
Octal 207 4 204 0 141 2 57 455 136 33
Binary 10000111 100 10000100 0 1100001 10 101111 100101101 1011110 11011

Color Harmonies of #870484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870484

Black with #870484

Text Example


Text Example

White with #870484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870484; }

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

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

background-color css

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

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

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

border-color css

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

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

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