Html Css Color HEX #89139B Dark Magenta

📋 copy color: '#89139B'

red 137 ◦ green 19 ◦ blue 155

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

Shades of Dark Magenta #89139B

Tints of Dark Magenta #89139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.11%

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

R = 44.05%
G = 6.11%
B = 49.84%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89139B (or 0x89139B) is known color: Dark Magenta. HEX triplet: 89, 13 and 9B. RGB value is (137,19,155). Sum of RGB (Red+Green+Blue) = 137+19+155=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #89139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89139B is #76EC64. Grayscale: #454545. Windows color (decimal): -7793765 or 10163081. OLE color: 10163081.

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

Color convert

RGB 137 19 155 -
CMYK 0.12 0.88 0 0.39
HSL 292.06º 0.78% 0.34% -
HSV(B) 292.06º 0.88% 0.61% -
XYZ 16.47 8.15 31.72 -
YUV 69.79 176.09 175.94 -
System Red Green Blue C M Y K H S L
Decimal 137 19 155 0.12 0.88 0 0.39 292.06 0.78 0.34
Hex 89 13 9B C 58 0 27 124 4E 22
Octal 211 23 233 14 130 0 47 444 116 42
Binary 10001001 10011 10011011 1100 1011000 0 100111 100100100 1001110 100010

Color Harmonies of #89139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89139B

Black with #89139B

Text Example


Text Example

White with #89139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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