Html Css Color HEX #891199 Dark Magenta

📋 copy color: '#891199'

red 137 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #891199

Tints of Dark Magenta #891199

RGB

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

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

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

R = 44.63%
G = 5.54%
B = 49.84%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#891199 (or 0x891199) is known color: Dark Magenta. HEX triplet: 89, 11 and 99. RGB value is (137,17,153). Sum of RGB (Red+Green+Blue) = 137+17+153=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #891199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891199 is #76EE66. Grayscale: #434343. Windows color (decimal): -7794279 or 10031497. OLE color: 10031497.

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

Color convert

RGB 137 17 153 -
CMYK 0.10 0.89 0 0.4
HSL 292.94º 0.8% 0.33% -
HSV(B) 292.94º 0.89% 0.6% -
XYZ 16.27 8.02 30.83 -
YUV 68.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 137 17 153 0.10 0.89 0 0.4 292.94 0.8 0.33
Hex 89 11 99 A 59 0 28 125 50 21
Octal 211 21 231 12 131 0 50 445 120 41
Binary 10001001 10001 10011001 1010 1011001 0 101000 100100101 1010000 100001

Color Harmonies of #891199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891199

Black with #891199

Text Example


Text Example

White with #891199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891199; }

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

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

background-color css

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

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

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

border-color css

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

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

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