Html Css Color HEX #891187 Dark Magenta

📋 copy color: '#891187'

red 137 ◦ green 17 ◦ blue 135

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

Shades of Dark Magenta #891187

Tints of Dark Magenta #891187

RGB

 RED value IS 137 (53.91% from 255) = 47.4%

 GREEN value IS 17 (7.03% from 255) = 5.88%

 BLUE value IS 135 (53.13% from 255) = 46.71%

R = 47.4%
G = 5.88%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#891187 (or 0x891187) is known color: Dark Magenta. HEX triplet: 89, 11 and 87. RGB value is (137,17,135). Sum of RGB (Red+Green+Blue) = 137+17+135=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #891187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891187 is #76EE78. Grayscale: #414141. Windows color (decimal): -7794297 or 8851849. OLE color: 8851849.

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

Color convert

RGB 137 17 135 -
CMYK 0 0.88 0.01 0.46
HSL 301º 0.78% 0.3% -
HSV(B) 301º 0.88% 0.54% -
XYZ 14.89 7.47 23.58 -
YUV 66.33 166.76 178.41 -
System Red Green Blue C M Y K H S L
Decimal 137 17 135 0 0.88 0.01 0.46 301 0.78 0.3
Hex 89 11 87 0 58 1 2E 12D 4E 1E
Octal 211 21 207 0 130 1 56 455 116 36
Binary 10001001 10001 10000111 0 1011000 1 101110 100101101 1001110 11110

Color Harmonies of #891187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891187

Black with #891187

Text Example


Text Example

White with #891187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891187; }

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

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

background-color css

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

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

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

border-color css

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

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

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