Html Css Color HEX #89059B Dark Magenta

📋 copy color: '#89059B'

red 137 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #89059B

Tints of Dark Magenta #89059B

RGB

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

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

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

R = 46.13%
G = 1.68%
B = 52.19%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89059B (or 0x89059B) is known color: Dark Magenta. HEX triplet: 89, 05 and 9B. RGB value is (137,5,155). Sum of RGB (Red+Green+Blue) = 137+5+155=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #89059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89059B is #76FA64. Grayscale: #3D3D3D. Windows color (decimal): -7797349 or 10159497. OLE color: 10159497.

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

Color convert

RGB 137 5 155 -
CMYK 0.12 0.97 0 0.39
HSL 292.8º 0.94% 0.31% -
HSV(B) 292.8º 0.97% 0.61% -
XYZ 16.29 7.79 31.66 -
YUV 61.57 180.73 181.8 -
System Red Green Blue C M Y K H S L
Decimal 137 5 155 0.12 0.97 0 0.39 292.8 0.94 0.31
Hex 89 5 9B C 61 0 27 125 5E 1F
Octal 211 5 233 14 141 0 47 445 136 37
Binary 10001001 101 10011011 1100 1100001 0 100111 100100101 1011110 11111

Color Harmonies of #89059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89059B

Black with #89059B

Text Example


Text Example

White with #89059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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