Html Css Color HEX #891087 Dark Magenta

📋 copy color: '#891087'

red 137 ◦ green 16 ◦ blue 135

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

Shades of Dark Magenta #891087

Tints of Dark Magenta #891087

RGB

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

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

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

R = 47.57%
G = 5.56%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#891087 (or 0x891087) is known color: Dark Magenta. HEX triplet: 89, 10 and 87. RGB value is (137,16,135). Sum of RGB (Red+Green+Blue) = 137+16+135=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #891087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891087 is #76EF78. Grayscale: #414141. Windows color (decimal): -7794553 or 8851593. OLE color: 8851593.

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

Color convert

RGB 137 16 135 -
CMYK 0 0.88 0.01 0.46
HSL 300.99º 0.79% 0.3% -
HSV(B) 300.99º 0.88% 0.54% -
XYZ 14.87 7.44 23.57 -
YUV 65.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 137 16 135 0 0.88 0.01 0.46 300.99 0.79 0.3
Hex 89 10 87 0 58 1 2E 12D 4F 1E
Octal 211 20 207 0 130 1 56 455 117 36
Binary 10001001 10000 10000111 0 1011000 1 101110 100101101 1001111 11110

Color Harmonies of #891087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891087

Black with #891087

Text Example


Text Example

White with #891087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891087; }

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

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

background-color css

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

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

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

border-color css

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

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

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