Html Css Color HEX #891487 Dark Magenta

📋 copy color: '#891487'

red 137 ◦ green 20 ◦ blue 135

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

Shades of Dark Magenta #891487

Tints of Dark Magenta #891487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

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

R = 46.92%
G = 6.85%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#891487 (or 0x891487) is known color: Dark Magenta. HEX triplet: 89, 14 and 87. RGB value is (137,20,135). Sum of RGB (Red+Green+Blue) = 137+20+135=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #891487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891487 is #76EB78. Grayscale: #434343. Windows color (decimal): -7793529 or 8852617. OLE color: 8852617.

HSL color Cylindrical-coordinate representation of color #891487: hue angle of 301.03º degrees, saturation: 0.75, 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 #891487 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 135 -
CMYK 0 0.85 0.01 0.46
HSL 301.03º 0.75% 0.31% -
HSV(B) 301.03º 0.85% 0.54% -
XYZ 14.94 7.57 23.6 -
YUV 68.09 165.76 177.15 -
System Red Green Blue C M Y K H S L
Decimal 137 20 135 0 0.85 0.01 0.46 301.03 0.75 0.31
Hex 89 14 87 0 55 1 2E 12D 4B 1F
Octal 211 24 207 0 125 1 56 455 113 37
Binary 10001001 10100 10000111 0 1010101 1 101110 100101101 1001011 11111

Color Harmonies of #891487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891487

Black with #891487

Text Example


Text Example

White with #891487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891487; }

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

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

background-color css

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

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

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

border-color css

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

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

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