Html Css Color HEX #891089 Dark Magenta

📋 copy color: '#891089'

red 137 ◦ green 16 ◦ blue 137

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

Shades of Dark Magenta #891089

Tints of Dark Magenta #891089

RGB

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

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

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

R = 47.24%
G = 5.52%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#891089 (or 0x891089) is known color: Dark Magenta. HEX triplet: 89, 10 and 89. RGB value is (137,16,137). Sum of RGB (Red+Green+Blue) = 137+16+137=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #891089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891089 is #76EF76. Grayscale: #414141. Windows color (decimal): -7794551 or 8982665. OLE color: 8982665.

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

Color convert

RGB 137 16 137 -
CMYK 0 0.88 0 0.46
HSL 300º 0.79% 0.3% -
HSV(B) 300º 0.88% 0.54% -
XYZ 15.02 7.5 24.32 -
YUV 65.97 168.09 178.66 -
System Red Green Blue C M Y K H S L
Decimal 137 16 137 0 0.88 0 0.46 300 0.79 0.3
Hex 89 10 89 0 58 0 2E 12C 4F 1E
Octal 211 20 211 0 130 0 56 454 117 36
Binary 10001001 10000 10001001 0 1011000 0 101110 100101100 1001111 11110

Color Harmonies of #891089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891089

Black with #891089

Text Example


Text Example

White with #891089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891089; }

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

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

background-color css

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

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

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

border-color css

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

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

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