Html Css Color HEX #891195 Dark Magenta

📋 copy color: '#891195'

red 137 ◦ green 17 ◦ blue 149

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

Shades of Dark Magenta #891195

Tints of Dark Magenta #891195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.17%

R = 45.21%
G = 5.61%
B = 49.17%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#891195 (or 0x891195) is known color: Dark Magenta. HEX triplet: 89, 11 and 95. RGB value is (137,17,149). Sum of RGB (Red+Green+Blue) = 137+17+149=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #891195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891195 is #76EE6A. Grayscale: #434343. Windows color (decimal): -7794283 or 9769353. OLE color: 9769353.

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

Color convert

RGB 137 17 149 -
CMYK 0.08 0.89 0 0.42
HSL 294.55º 0.8% 0.33% -
HSV(B) 294.55º 0.89% 0.58% -
XYZ 15.94 7.89 29.12 -
YUV 67.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 137 17 149 0.08 0.89 0 0.42 294.55 0.8 0.33
Hex 89 11 95 8 59 0 2A 127 50 21
Octal 211 21 225 10 131 0 52 447 120 41
Binary 10001001 10001 10010101 1000 1011001 0 101010 100100111 1010000 100001

Color Harmonies of #891195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891195

Black with #891195

Text Example


Text Example

White with #891195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891195; }

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

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

background-color css

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

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

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

border-color css

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

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

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