Html Css Color HEX #891386 Dark Magenta

📋 copy color: '#891386'

red 137 ◦ green 19 ◦ blue 134

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

Shades of Dark Magenta #891386

Tints of Dark Magenta #891386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.21%

R = 47.24%
G = 6.55%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#891386 (or 0x891386) is known color: Dark Magenta. HEX triplet: 89, 13 and 86. RGB value is (137,19,134). Sum of RGB (Red+Green+Blue) = 137+19+134=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #891386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891386 is #76EC79. Grayscale: #434343. Windows color (decimal): -7793786 or 8786825. OLE color: 8786825.

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

Color convert

RGB 137 19 134 -
CMYK 0 0.86 0.02 0.46
HSL 301.53º 0.76% 0.31% -
HSV(B) 301.53º 0.86% 0.54% -
XYZ 14.85 7.51 23.22 -
YUV 67.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 137 19 134 0 0.86 0.02 0.46 301.53 0.76 0.31
Hex 89 13 86 0 56 2 2E 12E 4C 1F
Octal 211 23 206 0 126 2 56 456 114 37
Binary 10001001 10011 10000110 0 1010110 10 101110 100101110 1001100 11111

Color Harmonies of #891386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891386

Black with #891386

Text Example


Text Example

White with #891386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891386; }

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

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

background-color css

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

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

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

border-color css

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

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

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