Html Css Color HEX #89059D Dark Magenta

📋 copy color: '#89059D'

red 137 ◦ green 5 ◦ blue 157

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

Shades of Dark Magenta #89059D

Tints of Dark Magenta #89059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 45.82%
G = 1.67%
B = 52.51%

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

#89059D (or 0x89059D) is known color: Dark Magenta. HEX triplet: 89, 05 and 9D. RGB value is (137,5,157). Sum of RGB (Red+Green+Blue) = 137+5+157=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #89059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89059D is #76FA62. Grayscale: #3D3D3D. Windows color (decimal): -7797347 or 10290569. OLE color: 10290569.

HSL color Cylindrical-coordinate representation of color #89059D: hue angle of 292.11º degrees, saturation: 0.94, 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 #89059D is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 5 157 -
CMYK 0.13 0.97 0 0.38
HSL 292.11º 0.94% 0.32% -
HSV(B) 292.11º 0.97% 0.62% -
XYZ 16.46 7.86 32.55 -
YUV 61.8 181.73 181.64 -
System Red Green Blue C M Y K H S L
Decimal 137 5 157 0.13 0.97 0 0.38 292.11 0.94 0.32
Hex 89 5 9D D 61 0 26 124 5E 20
Octal 211 5 235 15 141 0 46 444 136 40
Binary 10001001 101 10011101 1101 1100001 0 100110 100100100 1011110 100000

Color Harmonies of #89059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89059D

Black with #89059D

Text Example


Text Example

White with #89059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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