Html Css Color HEX #891597 Dark Magenta

📋 copy color: '#891597'

red 137 ◦ green 21 ◦ blue 151

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

Shades of Dark Magenta #891597

Tints of Dark Magenta #891597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.87%

R = 44.34%
G = 6.8%
B = 48.87%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#891597 (or 0x891597) is known color: Dark Magenta. HEX triplet: 89, 15 and 97. RGB value is (137,21,151). Sum of RGB (Red+Green+Blue) = 137+21+151=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #891597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891597 is #76EA68. Grayscale: #464646. Windows color (decimal): -7793257 or 9901449. OLE color: 9901449.

HSL color Cylindrical-coordinate representation of color #891597: hue angle of 293.54º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891597 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 21 151 -
CMYK 0.09 0.86 0 0.41
HSL 293.54º 0.76% 0.34% -
HSV(B) 293.54º 0.86% 0.59% -
XYZ 16.17 8.09 29.99 -
YUV 70.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 137 21 151 0.09 0.86 0 0.41 293.54 0.76 0.34
Hex 89 15 97 9 56 0 29 126 4C 22
Octal 211 25 227 11 126 0 51 446 114 42
Binary 10001001 10101 10010111 1001 1010110 0 101001 100100110 1001100 100010

Color Harmonies of #891597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891597

Black with #891597

Text Example


Text Example

White with #891597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891597; }

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

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

background-color css

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

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

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

border-color css

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

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

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