Html Css Color HEX #89119E Dark Magenta

📋 copy color: '#89119E'

red 137 ◦ green 17 ◦ blue 158

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

Shades of Dark Magenta #89119E

Tints of Dark Magenta #89119E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.45%

 BLUE value IS 158 (62.11% from 255) = 50.64%

R = 43.91%
G = 5.45%
B = 50.64%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89119E (or 0x89119E) is known color: Dark Magenta. HEX triplet: 89, 11 and 9E. RGB value is (137,17,158). Sum of RGB (Red+Green+Blue) = 137+17+158=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #89119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89119E is #76EE61. Grayscale: #444444. Windows color (decimal): -7794274 or 10359177. OLE color: 10359177.

HSL color Cylindrical-coordinate representation of color #89119E: hue angle of 291.06º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89119E is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 17 158 -
CMYK 0.13 0.89 0 0.38
HSL 291.06º 0.81% 0.34% -
HSV(B) 291.06º 0.89% 0.62% -
XYZ 16.69 8.19 33.05 -
YUV 68.95 178.26 176.54 -
System Red Green Blue C M Y K H S L
Decimal 137 17 158 0.13 0.89 0 0.38 291.06 0.81 0.34
Hex 89 11 9E D 59 0 26 123 51 22
Octal 211 21 236 15 131 0 46 443 121 42
Binary 10001001 10001 10011110 1101 1011001 0 100110 100100011 1010001 100010

Color Harmonies of #89119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89119E

Black with #89119E

Text Example


Text Example

White with #89119E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89119E; }

 p { color: rgb(137,17,158); }

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

background-color css

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

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

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

border-color css

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

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

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