Html Css Color HEX #89089B Dark Magenta

📋 copy color: '#89089B'

red 137 ◦ green 8 ◦ blue 155

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

Shades of Dark Magenta #89089B

Tints of Dark Magenta #89089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.67%

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

R = 45.67%
G = 2.67%
B = 51.67%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89089B (or 0x89089B) is known color: Dark Magenta. HEX triplet: 89, 08 and 9B. RGB value is (137,8,155). Sum of RGB (Red+Green+Blue) = 137+8+155=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #89089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89089B is #76F764. Grayscale: #3E3E3E. Windows color (decimal): -7796581 or 10160265. OLE color: 10160265.

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

Color convert

RGB 137 8 155 -
CMYK 0.12 0.95 0 0.39
HSL 292.65º 0.9% 0.32% -
HSV(B) 292.65º 0.95% 0.61% -
XYZ 16.32 7.86 31.67 -
YUV 63.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 137 8 155 0.12 0.95 0 0.39 292.65 0.9 0.32
Hex 89 8 9B C 5F 0 27 125 5A 20
Octal 211 10 233 14 137 0 47 445 132 40
Binary 10001001 1000 10011011 1100 1011111 0 100111 100100101 1011010 100000

Color Harmonies of #89089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89089B

Black with #89089B

Text Example


Text Example

White with #89089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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