Html Css Color HEX #891099 Dark Magenta

📋 copy color: '#891099'

red 137 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #891099

Tints of Dark Magenta #891099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50%

R = 44.77%
G = 5.23%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#891099 (or 0x891099) is known color: Dark Magenta. HEX triplet: 89, 10 and 99. RGB value is (137,16,153). Sum of RGB (Red+Green+Blue) = 137+16+153=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #891099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891099 is #76EF66. Grayscale: #434343. Windows color (decimal): -7794535 or 10031241. OLE color: 10031241.

HSL color Cylindrical-coordinate representation of color #891099: hue angle of 292.99º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #891099 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 16 153 -
CMYK 0.10 0.90 0 0.4
HSL 292.99º 0.81% 0.33% -
HSV(B) 292.99º 0.9% 0.6% -
XYZ 16.25 7.99 30.82 -
YUV 67.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 137 16 153 0.10 0.90 0 0.4 292.99 0.81 0.33
Hex 89 10 99 A 5A 0 28 125 51 21
Octal 211 20 231 12 132 0 50 445 121 41
Binary 10001001 10000 10011001 1010 1011010 0 101000 100100101 1010001 100001

Color Harmonies of #891099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891099

Black with #891099

Text Example


Text Example

White with #891099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891099; }

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

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

background-color css

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

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

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

border-color css

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

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

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