Html Css Color HEX #891190 Dark Magenta

📋 copy color: '#891190'

red 137 ◦ green 17 ◦ blue 144

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

Shades of Dark Magenta #891190

Tints of Dark Magenta #891190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.32%

R = 45.97%
G = 5.7%
B = 48.32%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#891190 (or 0x891190) is known color: Dark Magenta. HEX triplet: 89, 11 and 90. RGB value is (137,17,144). Sum of RGB (Red+Green+Blue) = 137+17+144=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #891190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891190 is #76EE6F. Grayscale: #424242. Windows color (decimal): -7794288 or 9441673. OLE color: 9441673.

HSL color Cylindrical-coordinate representation of color #891190: hue angle of 296.69º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891190 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 17 144 -
CMYK 0.05 0.88 0 0.44
HSL 296.69º 0.79% 0.32% -
HSV(B) 296.69º 0.88% 0.56% -
XYZ 15.55 7.73 27.06 -
YUV 67.36 171.26 177.67 -
System Red Green Blue C M Y K H S L
Decimal 137 17 144 0.05 0.88 0 0.44 296.69 0.79 0.32
Hex 89 11 90 5 58 0 2C 129 4F 20
Octal 211 21 220 5 130 0 54 451 117 40
Binary 10001001 10001 10010000 101 1011000 0 101100 100101001 1001111 100000

Color Harmonies of #891190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891190

Black with #891190

Text Example


Text Example

White with #891190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891190; }

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

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

background-color css

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

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

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

border-color css

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

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

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