Html Css Color HEX #89099D Dark Magenta

📋 copy color: '#89099D'

red 137 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #89099D

Tints of Dark Magenta #89099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.82%

R = 45.21%
G = 2.97%
B = 51.82%

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

#89099D (or 0x89099D) is known color: Dark Magenta. HEX triplet: 89, 09 and 9D. RGB value is (137,9,157). Sum of RGB (Red+Green+Blue) = 137+9+157=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #89099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89099D is #76F662. Grayscale: #3F3F3F. Windows color (decimal): -7796323 or 10291593. OLE color: 10291593.

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

Color convert

RGB 137 9 157 -
CMYK 0.13 0.94 0 0.38
HSL 291.89º 0.89% 0.33% -
HSV(B) 291.89º 0.94% 0.62% -
XYZ 16.5 7.95 32.56 -
YUV 64.14 180.41 179.97 -
System Red Green Blue C M Y K H S L
Decimal 137 9 157 0.13 0.94 0 0.38 291.89 0.89 0.33
Hex 89 9 9D D 5E 0 26 124 59 21
Octal 211 11 235 15 136 0 46 444 131 41
Binary 10001001 1001 10011101 1101 1011110 0 100110 100100100 1011001 100001

Color Harmonies of #89099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89099D

Black with #89099D

Text Example


Text Example

White with #89099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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