Html Css Color HEX #891399 Dark Magenta

📋 copy color: '#891399'

red 137 ◦ green 19 ◦ blue 153

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

Shades of Dark Magenta #891399

Tints of Dark Magenta #891399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.15%

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

R = 44.34%
G = 6.15%
B = 49.51%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#891399 (or 0x891399) is known color: Dark Magenta. HEX triplet: 89, 13 and 99. RGB value is (137,19,153). Sum of RGB (Red+Green+Blue) = 137+19+153=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #891399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891399 is #76EC66. Grayscale: #454545. Windows color (decimal): -7793767 or 10032009. OLE color: 10032009.

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

Color convert

RGB 137 19 153 -
CMYK 0.10 0.88 0 0.4
HSL 292.84º 0.78% 0.34% -
HSV(B) 292.84º 0.88% 0.6% -
XYZ 16.3 8.08 30.84 -
YUV 69.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 137 19 153 0.10 0.88 0 0.4 292.84 0.78 0.34
Hex 89 13 99 A 58 0 28 125 4E 22
Octal 211 23 231 12 130 0 50 445 116 42
Binary 10001001 10011 10011001 1010 1011000 0 101000 100100101 1001110 100010

Color Harmonies of #891399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891399

Black with #891399

Text Example


Text Example

White with #891399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891399; }

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

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

background-color css

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

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

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

border-color css

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

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

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