Html Css Color HEX #890E89 Dark Magenta

📋 copy color: '#890E89'

red 137 ◦ green 14 ◦ blue 137

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

Shades of Dark Magenta #890E89

Tints of Dark Magenta #890E89

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.86%

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

R = 47.57%
G = 4.86%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#890E89 (or 0x890E89) is known color: Dark Magenta. HEX triplet: 89, 0E and 89. RGB value is (137,14,137). Sum of RGB (Red+Green+Blue) = 137+14+137=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #890E89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890E89 is #76F176. Grayscale: #404040. Windows color (decimal): -7795063 or 8982153. OLE color: 8982153.

HSL color Cylindrical-coordinate representation of color #890E89: hue angle of 300º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E89 is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 14 137 -
CMYK 0 0.90 0 0.46
HSL 300º 0.81% 0.3% -
HSV(B) 300º 0.9% 0.54% -
XYZ 14.99 7.44 24.31 -
YUV 64.8 168.75 179.5 -
System Red Green Blue C M Y K H S L
Decimal 137 14 137 0 0.90 0 0.46 300 0.81 0.3
Hex 89 E 89 0 5A 0 2E 12C 51 1E
Octal 211 16 211 0 132 0 56 454 121 36
Binary 10001001 1110 10001001 0 1011010 0 101110 100101100 1010001 11110

Color Harmonies of #890E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E89

Black with #890E89

Text Example


Text Example

White with #890E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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