Html Css Color HEX #89048F Dark Magenta

📋 copy color: '#89048F'

red 137 ◦ green 4 ◦ blue 143

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

Shades of Dark Magenta #89048F

Tints of Dark Magenta #89048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 50.35%

R = 48.24%
G = 1.41%
B = 50.35%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#89048F (or 0x89048F) is known color: Dark Magenta. HEX triplet: 89, 04 and 8F. RGB value is (137,4,143). Sum of RGB (Red+Green+Blue) = 137+4+143=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #89048F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89048F is #76FB70. Grayscale: #3B3B3B. Windows color (decimal): -7797617 or 9372809. OLE color: 9372809.

HSL color Cylindrical-coordinate representation of color #89048F: hue angle of 297.41º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #89048F is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 4 143 -
CMYK 0.04 0.97 0 0.44
HSL 297.41º 0.95% 0.29% -
HSV(B) 297.41º 0.97% 0.56% -
XYZ 15.32 7.39 26.61 -
YUV 59.61 175.06 183.2 -
System Red Green Blue C M Y K H S L
Decimal 137 4 143 0.04 0.97 0 0.44 297.41 0.95 0.29
Hex 89 4 8F 4 61 0 2C 129 5F 1D
Octal 211 4 217 4 141 0 54 451 137 35
Binary 10001001 100 10001111 100 1100001 0 101100 100101001 1011111 11101

Color Harmonies of #89048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89048F

Black with #89048F

Text Example


Text Example

White with #89048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89048F; }

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

 H1.HeaderClassName
 {
   color: #89048F;
 }
 .AnyTagClassName
 {
   color: #89048F;
 }
</style>

background-color css

<style>
 a { background-color: #89048F; }

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

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

border-color css

<style>
 span { border-color: #89048F; }

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

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