Html Css Color HEX #89139D Dark Magenta

📋 copy color: '#89139D'

red 137 ◦ green 19 ◦ blue 157

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

Shades of Dark Magenta #89139D

Tints of Dark Magenta #89139D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.16%

R = 43.77%
G = 6.07%
B = 50.16%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89139D (or 0x89139D) is known color: Dark Magenta. HEX triplet: 89, 13 and 9D. RGB value is (137,19,157). Sum of RGB (Red+Green+Blue) = 137+19+157=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #89139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89139D is #76EC62. Grayscale: #454545. Windows color (decimal): -7793763 or 10294153. OLE color: 10294153.

HSL color Cylindrical-coordinate representation of color #89139D: hue angle of 291.3º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89139D is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 19 157 -
CMYK 0.13 0.88 0 0.38
HSL 291.3º 0.78% 0.35% -
HSV(B) 291.3º 0.88% 0.62% -
XYZ 16.64 8.22 32.61 -
YUV 70.01 177.09 175.78 -
System Red Green Blue C M Y K H S L
Decimal 137 19 157 0.13 0.88 0 0.38 291.3 0.78 0.35
Hex 89 13 9D D 58 0 26 123 4E 23
Octal 211 23 235 15 130 0 46 443 116 43
Binary 10001001 10011 10011101 1101 1011000 0 100110 100100011 1001110 100011

Color Harmonies of #89139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89139D

Black with #89139D

Text Example


Text Example

White with #89139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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