Html Css Color HEX #871589 Dark Magenta

📋 copy color: '#871589'

red 135 ◦ green 21 ◦ blue 137

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

Shades of Dark Magenta #871589

Tints of Dark Magenta #871589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.17%

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

R = 46.08%
G = 7.17%
B = 46.76%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#871589 (or 0x871589) is known color: Dark Magenta. HEX triplet: 87, 15 and 89. RGB value is (135,21,137). Sum of RGB (Red+Green+Blue) = 135+21+137=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #871589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871589 is #78EA76. Grayscale: #434343. Windows color (decimal): -7924343 or 8983943. OLE color: 8983943.

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

Color convert

RGB 135 21 137 -
CMYK 0.01 0.85 0 0.46
HSL 298.97º 0.73% 0.31% -
HSV(B) 298.97º 0.85% 0.54% -
XYZ 14.78 7.49 24.33 -
YUV 68.31 166.77 175.57 -
System Red Green Blue C M Y K H S L
Decimal 135 21 137 0.01 0.85 0 0.46 298.97 0.73 0.31
Hex 87 15 89 1 55 0 2E 12B 49 1F
Octal 207 25 211 1 125 0 56 453 111 37
Binary 10000111 10101 10001001 1 1010101 0 101110 100101011 1001001 11111

Color Harmonies of #871589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871589

Black with #871589

Text Example


Text Example

White with #871589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871589; }

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

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

background-color css

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

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

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

border-color css

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

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

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