Html Css Color HEX #870899 Dark Magenta

📋 copy color: '#870899'

red 135 ◦ green 8 ◦ blue 153

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

Shades of Dark Magenta #870899

Tints of Dark Magenta #870899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

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

R = 45.61%
G = 2.7%
B = 51.69%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#870899 (or 0x870899) is known color: Dark Magenta. HEX triplet: 87, 08 and 99. RGB value is (135,8,153). Sum of RGB (Red+Green+Blue) = 135+8+153=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #870899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870899 is #78F766. Grayscale: #3E3E3E. Windows color (decimal): -7927655 or 10029191. OLE color: 10029191.

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

Color convert

RGB 135 8 153 -
CMYK 0.12 0.95 0 0.4
HSL 292.55º 0.9% 0.32% -
HSV(B) 292.55º 0.95% 0.6% -
XYZ 15.83 7.62 30.77 -
YUV 62.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 135 8 153 0.12 0.95 0 0.4 292.55 0.9 0.32
Hex 87 8 99 C 5F 0 28 125 5A 20
Octal 207 10 231 14 137 0 50 445 132 40
Binary 10000111 1000 10011001 1100 1011111 0 101000 100100101 1011010 100000

Color Harmonies of #870899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870899

Black with #870899

Text Example


Text Example

White with #870899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870899; }

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

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

background-color css

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

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

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

border-color css

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

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

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