Html Css Color HEX #891387 Dark Magenta

📋 copy color: '#891387'

red 137 ◦ green 19 ◦ blue 135

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

Shades of Dark Magenta #891387

Tints of Dark Magenta #891387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.39%

R = 47.08%
G = 6.53%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#891387 (or 0x891387) is known color: Dark Magenta. HEX triplet: 89, 13 and 87. RGB value is (137,19,135). Sum of RGB (Red+Green+Blue) = 137+19+135=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #891387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891387 is #76EC78. Grayscale: #434343. Windows color (decimal): -7793785 or 8852361. OLE color: 8852361.

HSL color Cylindrical-coordinate representation of color #891387: hue angle of 301.02º 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 #891387 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 19 135 -
CMYK 0 0.86 0.01 0.46
HSL 301.02º 0.76% 0.31% -
HSV(B) 301.02º 0.86% 0.54% -
XYZ 14.92 7.53 23.59 -
YUV 67.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 137 19 135 0 0.86 0.01 0.46 301.02 0.76 0.31
Hex 89 13 87 0 56 1 2E 12D 4C 1F
Octal 211 23 207 0 126 1 56 455 114 37
Binary 10001001 10011 10000111 0 1010110 1 101110 100101101 1001100 11111

Color Harmonies of #891387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891387

Black with #891387

Text Example


Text Example

White with #891387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891387; }

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

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

background-color css

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

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

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

border-color css

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

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

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