Html Css Color HEX #891090 Dark Magenta

📋 copy color: '#891090'

red 137 ◦ green 16 ◦ blue 144

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

Shades of Dark Magenta #891090

Tints of Dark Magenta #891090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.39%

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

R = 46.13%
G = 5.39%
B = 48.48%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#891090 (or 0x891090) is known color: Dark Magenta. HEX triplet: 89, 10 and 90. RGB value is (137,16,144). Sum of RGB (Red+Green+Blue) = 137+16+144=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #891090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891090 is #76EF6F. Grayscale: #424242. Windows color (decimal): -7794544 or 9441417. OLE color: 9441417.

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

Color convert

RGB 137 16 144 -
CMYK 0.05 0.89 0 0.44
HSL 296.72º 0.8% 0.31% -
HSV(B) 296.72º 0.89% 0.56% -
XYZ 15.54 7.7 27.05 -
YUV 66.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 137 16 144 0.05 0.89 0 0.44 296.72 0.8 0.31
Hex 89 10 90 5 59 0 2C 129 50 1F
Octal 211 20 220 5 131 0 54 451 120 37
Binary 10001001 10000 10010000 101 1011001 0 101100 100101001 1010000 11111

Color Harmonies of #891090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891090

Black with #891090

Text Example


Text Example

White with #891090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891090; }

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

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

background-color css

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

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

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

border-color css

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

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

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