Html Css Color HEX #89059E Dark Magenta

📋 copy color: '#89059E'

red 137 ◦ green 5 ◦ blue 158

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

Shades of Dark Magenta #89059E

Tints of Dark Magenta #89059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.67%

R = 45.67%
G = 1.67%
B = 52.67%

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

#89059E (or 0x89059E) is known color: Dark Magenta. HEX triplet: 89, 05 and 9E. RGB value is (137,5,158). Sum of RGB (Red+Green+Blue) = 137+5+158=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #89059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89059E is #76FA61. Grayscale: #3D3D3D. Windows color (decimal): -7797346 or 10356105. OLE color: 10356105.

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

Color convert

RGB 137 5 158 -
CMYK 0.13 0.97 0 0.38
HSL 291.76º 0.94% 0.32% -
HSV(B) 291.76º 0.97% 0.62% -
XYZ 16.54 7.9 33 -
YUV 61.91 182.23 181.56 -
System Red Green Blue C M Y K H S L
Decimal 137 5 158 0.13 0.97 0 0.38 291.76 0.94 0.32
Hex 89 5 9E D 61 0 26 124 5E 20
Octal 211 5 236 15 141 0 46 444 136 40
Binary 10001001 101 10011110 1101 1100001 0 100110 100100100 1011110 100000

Color Harmonies of #89059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89059E

Black with #89059E

Text Example


Text Example

White with #89059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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