Html Css Color HEX #891389 Dark Magenta

📋 copy color: '#891389'

red 137 ◦ green 19 ◦ blue 137

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

Shades of Dark Magenta #891389

Tints of Dark Magenta #891389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.76%

R = 46.76%
G = 6.48%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#891389 (or 0x891389) is known color: Dark Magenta. HEX triplet: 89, 13 and 89. RGB value is (137,19,137). Sum of RGB (Red+Green+Blue) = 137+19+137=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #891389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891389 is #76EC76. Grayscale: #434343. Windows color (decimal): -7793783 or 8983433. OLE color: 8983433.

HSL color Cylindrical-coordinate representation of color #891389: hue angle of 300º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891389 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 19 137 -
CMYK 0 0.86 0 0.46
HSL 300º 0.76% 0.31% -
HSV(B) 300º 0.86% 0.54% -
XYZ 15.06 7.59 24.34 -
YUV 67.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 137 19 137 0 0.86 0 0.46 300 0.76 0.31
Hex 89 13 89 0 56 0 2E 12C 4C 1F
Octal 211 23 211 0 126 0 56 454 114 37
Binary 10001001 10011 10001001 0 1010110 0 101110 100101100 1001100 11111

Color Harmonies of #891389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891389

Black with #891389

Text Example


Text Example

White with #891389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891389; }

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

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

background-color css

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

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

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

border-color css

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

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

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