Html Css Color HEX #89049D Dark Magenta

📋 copy color: '#89049D'

red 137 ◦ green 4 ◦ blue 157

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

Shades of Dark Magenta #89049D

Tints of Dark Magenta #89049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

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

R = 45.97%
G = 1.34%
B = 52.68%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89049D (or 0x89049D) is known color: Dark Magenta. HEX triplet: 89, 04 and 9D. RGB value is (137,4,157). Sum of RGB (Red+Green+Blue) = 137+4+157=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #89049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89049D is #76FB62. Grayscale: #3C3C3C. Windows color (decimal): -7797603 or 10290313. OLE color: 10290313.

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

Color convert

RGB 137 4 157 -
CMYK 0.13 0.97 0 0.38
HSL 292.16º 0.95% 0.32% -
HSV(B) 292.16º 0.97% 0.62% -
XYZ 16.45 7.84 32.54 -
YUV 61.21 182.06 182.06 -
System Red Green Blue C M Y K H S L
Decimal 137 4 157 0.13 0.97 0 0.38 292.16 0.95 0.32
Hex 89 4 9D D 61 0 26 124 5F 20
Octal 211 4 235 15 141 0 46 444 137 40
Binary 10001001 100 10011101 1101 1100001 0 100110 100100100 1011111 100000

Color Harmonies of #89049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89049D

Black with #89049D

Text Example


Text Example

White with #89049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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