Html Css Color HEX #89099E Dark Magenta

📋 copy color: '#89099E'

red 137 ◦ green 9 ◦ blue 158

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

Shades of Dark Magenta #89099E

Tints of Dark Magenta #89099E

RGB

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

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

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

R = 45.07%
G = 2.96%
B = 51.97%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89099E (or 0x89099E) is known color: Dark Magenta. HEX triplet: 89, 09 and 9E. RGB value is (137,9,158). Sum of RGB (Red+Green+Blue) = 137+9+158=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #89099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89099E is #76F661. Grayscale: #3F3F3F. Windows color (decimal): -7796322 or 10357129. OLE color: 10357129.

HSL color Cylindrical-coordinate representation of color #89099E: hue angle of 291.54º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89099E is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 9 158 -
CMYK 0.13 0.94 0 0.38
HSL 291.54º 0.89% 0.33% -
HSV(B) 291.54º 0.94% 0.62% -
XYZ 16.59 7.98 33.01 -
YUV 64.26 180.91 179.88 -
System Red Green Blue C M Y K H S L
Decimal 137 9 158 0.13 0.94 0 0.38 291.54 0.89 0.33
Hex 89 9 9E D 5E 0 26 124 59 21
Octal 211 11 236 15 136 0 46 444 131 41
Binary 10001001 1001 10011110 1101 1011110 0 100110 100100100 1011001 100001

Color Harmonies of #89099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89099E

Black with #89099E

Text Example


Text Example

White with #89099E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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