Html Css Color HEX #871289 Dark Magenta

📋 copy color: '#871289'

red 135 ◦ green 18 ◦ blue 137

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

Shades of Dark Magenta #871289

Tints of Dark Magenta #871289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.21%

 BLUE value IS 137 (53.91% from 255) = 47.24%

R = 46.55%
G = 6.21%
B = 47.24%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#871289 (or 0x871289) is known color: Dark Magenta. HEX triplet: 87, 12 and 89. RGB value is (135,18,137). Sum of RGB (Red+Green+Blue) = 135+18+137=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #871289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871289 is #78ED76. Grayscale: #424242. Windows color (decimal): -7925111 or 8983175. OLE color: 8983175.

HSL color Cylindrical-coordinate representation of color #871289: hue angle of 298.99º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871289 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 18 137 -
CMYK 0.01 0.87 0 0.46
HSL 298.99º 0.77% 0.3% -
HSV(B) 298.99º 0.87% 0.54% -
XYZ 14.72 7.39 24.32 -
YUV 66.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 135 18 137 0.01 0.87 0 0.46 298.99 0.77 0.3
Hex 87 12 89 1 57 0 2E 12B 4D 1E
Octal 207 22 211 1 127 0 56 453 115 36
Binary 10000111 10010 10001001 1 1010111 0 101110 100101011 1001101 11110

Color Harmonies of #871289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871289

Black with #871289

Text Example


Text Example

White with #871289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871289; }

 p { color: rgb(135,18,137); }

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

background-color css

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

 a { background-color: rgb(135,18,137); }

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

border-color css

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

 span { border-color: rgb(135,18,137); }

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