Html Css Color HEX #871899 Dark Magenta

📋 copy color: '#871899'

red 135 ◦ green 24 ◦ blue 153

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

Shades of Dark Magenta #871899

Tints of Dark Magenta #871899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.69%

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

R = 43.27%
G = 7.69%
B = 49.04%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#871899 (or 0x871899) is known color: Dark Magenta. HEX triplet: 87, 18 and 99. RGB value is (135,24,153). Sum of RGB (Red+Green+Blue) = 135+24+153=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #871899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871899 is #78E766. Grayscale: #474747. Windows color (decimal): -7923559 or 10033287. OLE color: 10033287.

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

Color convert

RGB 135 24 153 -
CMYK 0.12 0.84 0 0.4
HSL 291.63º 0.73% 0.35% -
HSV(B) 291.63º 0.84% 0.6% -
XYZ 16.07 8.1 30.85 -
YUV 71.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 135 24 153 0.12 0.84 0 0.4 291.63 0.73 0.35
Hex 87 18 99 C 54 0 28 124 49 23
Octal 207 30 231 14 124 0 50 444 111 43
Binary 10000111 11000 10011001 1100 1010100 0 101000 100100100 1001001 100011

Color Harmonies of #871899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871899

Black with #871899

Text Example


Text Example

White with #871899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871899; }

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

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

background-color css

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

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

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

border-color css

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

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

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