Html Css Color HEX #891086 Dark Magenta

📋 copy color: '#891086'

red 137 ◦ green 16 ◦ blue 134

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

Shades of Dark Magenta #891086

Tints of Dark Magenta #891086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.57%

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

R = 47.74%
G = 5.57%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#891086 (or 0x891086) is known color: Dark Magenta. HEX triplet: 89, 10 and 86. RGB value is (137,16,134). Sum of RGB (Red+Green+Blue) = 137+16+134=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #891086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891086 is #76EF79. Grayscale: #414141. Windows color (decimal): -7794554 or 8786057. OLE color: 8786057.

HSL color Cylindrical-coordinate representation of color #891086: hue angle of 301.49º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891086 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 16 134 -
CMYK 0 0.88 0.02 0.46
HSL 301.49º 0.79% 0.3% -
HSV(B) 301.49º 0.88% 0.54% -
XYZ 14.8 7.41 23.2 -
YUV 65.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 137 16 134 0 0.88 0.02 0.46 301.49 0.79 0.3
Hex 89 10 86 0 58 2 2E 12D 4F 1E
Octal 211 20 206 0 130 2 56 455 117 36
Binary 10001001 10000 10000110 0 1011000 10 101110 100101101 1001111 11110

Color Harmonies of #891086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891086

Black with #891086

Text Example


Text Example

White with #891086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891086; }

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

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

background-color css

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

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

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

border-color css

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

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

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