Html Css Color HEX #89099B Dark Magenta

📋 copy color: '#89099B'

red 137 ◦ green 9 ◦ blue 155

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

Shades of Dark Magenta #89099B

Tints of Dark Magenta #89099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.99%

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

R = 45.51%
G = 2.99%
B = 51.5%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89099B (or 0x89099B) is known color: Dark Magenta. HEX triplet: 89, 09 and 9B. RGB value is (137,9,155). Sum of RGB (Red+Green+Blue) = 137+9+155=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #89099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89099B is #76F664. Grayscale: #3F3F3F. Windows color (decimal): -7796325 or 10160521. OLE color: 10160521.

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

Color convert

RGB 137 9 155 -
CMYK 0.12 0.94 0 0.39
HSL 292.6º 0.89% 0.32% -
HSV(B) 292.6º 0.94% 0.61% -
XYZ 16.33 7.88 31.67 -
YUV 63.92 179.41 180.13 -
System Red Green Blue C M Y K H S L
Decimal 137 9 155 0.12 0.94 0 0.39 292.6 0.89 0.32
Hex 89 9 9B C 5E 0 27 125 59 20
Octal 211 11 233 14 136 0 47 445 131 40
Binary 10001001 1001 10011011 1100 1011110 0 100111 100100101 1011001 100000

Color Harmonies of #89099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89099B

Black with #89099B

Text Example


Text Example

White with #89099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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