Html Css Color HEX #891197 Dark Magenta

📋 copy color: '#891197'

red 137 ◦ green 17 ◦ blue 151

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

Shades of Dark Magenta #891197

Tints of Dark Magenta #891197

RGB

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

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

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

R = 44.92%
G = 5.57%
B = 49.51%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#891197 (or 0x891197) is known color: Dark Magenta. HEX triplet: 89, 11 and 97. RGB value is (137,17,151). Sum of RGB (Red+Green+Blue) = 137+17+151=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #891197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891197 is #76EE68. Grayscale: #434343. Windows color (decimal): -7794281 or 9900425. OLE color: 9900425.

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

Color convert

RGB 137 17 151 -
CMYK 0.09 0.89 0 0.41
HSL 293.73º 0.8% 0.33% -
HSV(B) 293.73º 0.89% 0.59% -
XYZ 16.1 7.95 29.96 -
YUV 68.16 174.76 177.1 -
System Red Green Blue C M Y K H S L
Decimal 137 17 151 0.09 0.89 0 0.41 293.73 0.8 0.33
Hex 89 11 97 9 59 0 29 126 50 21
Octal 211 21 227 11 131 0 51 446 120 41
Binary 10001001 10001 10010111 1001 1011001 0 101001 100100110 1010000 100001

Color Harmonies of #891197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891197

Black with #891197

Text Example


Text Example

White with #891197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891197; }

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

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

background-color css

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

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

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

border-color css

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

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

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