Html Css Color HEX #89119B Dark Magenta

📋 copy color: '#89119B'

red 137 ◦ green 17 ◦ blue 155

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

Shades of Dark Magenta #89119B

Tints of Dark Magenta #89119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.16%

R = 44.34%
G = 5.5%
B = 50.16%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89119B (or 0x89119B) is known color: Dark Magenta. HEX triplet: 89, 11 and 9B. RGB value is (137,17,155). Sum of RGB (Red+Green+Blue) = 137+17+155=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #89119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89119B is #76EE64. Grayscale: #444444. Windows color (decimal): -7794277 or 10162569. OLE color: 10162569.

HSL color Cylindrical-coordinate representation of color #89119B: hue angle of 292.17º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89119B is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 17 155 -
CMYK 0.12 0.89 0 0.39
HSL 292.17º 0.8% 0.34% -
HSV(B) 292.17º 0.89% 0.61% -
XYZ 16.43 8.09 31.7 -
YUV 68.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 137 17 155 0.12 0.89 0 0.39 292.17 0.8 0.34
Hex 89 11 9B C 59 0 27 124 50 22
Octal 211 21 233 14 131 0 47 444 120 42
Binary 10001001 10001 10011011 1100 1011001 0 100111 100100100 1010000 100010

Color Harmonies of #89119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89119B

Black with #89119B

Text Example


Text Example

White with #89119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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