Html Css Color HEX #870599 Dark Magenta

📋 copy color: '#870599'

red 135 ◦ green 5 ◦ blue 153

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

Shades of Dark Magenta #870599

Tints of Dark Magenta #870599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 153 (60.16% from 255) = 52.22%

R = 46.08%
G = 1.71%
B = 52.22%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#870599 (or 0x870599) is known color: Dark Magenta. HEX triplet: 87, 05 and 99. RGB value is (135,5,153). Sum of RGB (Red+Green+Blue) = 135+5+153=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #870599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870599 is #78FA66. Grayscale: #3C3C3C. Windows color (decimal): -7928423 or 10028423. OLE color: 10028423.

HSL color Cylindrical-coordinate representation of color #870599: hue angle of 292.7º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870599 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 5 153 -
CMYK 0.12 0.97 0 0.4
HSL 292.7º 0.94% 0.31% -
HSV(B) 292.7º 0.97% 0.6% -
XYZ 15.8 7.56 30.76 -
YUV 60.74 180.07 180.97 -
System Red Green Blue C M Y K H S L
Decimal 135 5 153 0.12 0.97 0 0.4 292.7 0.94 0.31
Hex 87 5 99 C 61 0 28 125 5E 1F
Octal 207 5 231 14 141 0 50 445 136 37
Binary 10000111 101 10011001 1100 1100001 0 101000 100100101 1011110 11111

Color Harmonies of #870599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870599

Black with #870599

Text Example


Text Example

White with #870599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870599; }

 p { color: rgb(135,5,153); }

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

background-color css

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

 a { background-color: rgb(135,5,153); }

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

border-color css

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

 span { border-color: rgb(135,5,153); }

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