Html Css Color HEX #89189E Dark Magenta

📋 copy color: '#89189E'

red 137 ◦ green 24 ◦ blue 158

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

Shades of Dark Magenta #89189E

Tints of Dark Magenta #89189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.52%

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

R = 42.95%
G = 7.52%
B = 49.53%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89189E (or 0x89189E) is known color: Dark Magenta. HEX triplet: 89, 18 and 9E. RGB value is (137,24,158). Sum of RGB (Red+Green+Blue) = 137+24+158=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #89189E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89189E is #76E761. Grayscale: #484848. Windows color (decimal): -7792482 or 10360969. OLE color: 10360969.

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

Color convert

RGB 137 24 158 -
CMYK 0.13 0.85 0 0.38
HSL 290.6º 0.74% 0.36% -
HSV(B) 290.6º 0.85% 0.62% -
XYZ 16.81 8.44 33.09 -
YUV 73.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 137 24 158 0.13 0.85 0 0.38 290.6 0.74 0.36
Hex 89 18 9E D 55 0 26 123 4A 24
Octal 211 30 236 15 125 0 46 443 112 44
Binary 10001001 11000 10011110 1101 1010101 0 100110 100100011 1001010 100100

Color Harmonies of #89189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89189E

Black with #89189E

Text Example


Text Example

White with #89189E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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