Html Css Color HEX #89099F Dark Magenta

📋 copy color: '#89099F'

red 137 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #89099F

Tints of Dark Magenta #89099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.13%

R = 44.92%
G = 2.95%
B = 52.13%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89099F (or 0x89099F) is known color: Dark Magenta. HEX triplet: 89, 09 and 9F. RGB value is (137,9,159). Sum of RGB (Red+Green+Blue) = 137+9+159=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #89099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89099F is #76F660. Grayscale: #3F3F3F. Windows color (decimal): -7796321 or 10422665. OLE color: 10422665.

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

Color convert

RGB 137 9 159 -
CMYK 0.14 0.94 0 0.38
HSL 291.2º 0.89% 0.33% -
HSV(B) 291.2º 0.94% 0.62% -
XYZ 16.67 8.02 33.47 -
YUV 64.37 181.41 179.8 -
System Red Green Blue C M Y K H S L
Decimal 137 9 159 0.14 0.94 0 0.38 291.2 0.89 0.33
Hex 89 9 9F E 5E 0 26 123 59 21
Octal 211 11 237 16 136 0 46 443 131 41
Binary 10001001 1001 10011111 1110 1011110 0 100110 100100011 1011001 100001

Color Harmonies of #89099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89099F

Black with #89099F

Text Example


Text Example

White with #89099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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