Html Css Color HEX #89129E Dark Magenta

📋 copy color: '#89129E'

red 137 ◦ green 18 ◦ blue 158

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

Shades of Dark Magenta #89129E

Tints of Dark Magenta #89129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.75%

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

R = 43.77%
G = 5.75%
B = 50.48%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89129E (or 0x89129E) is known color: Dark Magenta. HEX triplet: 89, 12 and 9E. RGB value is (137,18,158). Sum of RGB (Red+Green+Blue) = 137+18+158=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #89129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89129E is #76ED61. Grayscale: #454545. Windows color (decimal): -7794018 or 10359433. OLE color: 10359433.

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

Color convert

RGB 137 18 158 -
CMYK 0.13 0.89 0 0.38
HSL 291º 0.8% 0.35% -
HSV(B) 291º 0.89% 0.62% -
XYZ 16.7 8.22 33.05 -
YUV 69.54 177.92 176.12 -
System Red Green Blue C M Y K H S L
Decimal 137 18 158 0.13 0.89 0 0.38 291 0.8 0.35
Hex 89 12 9E D 59 0 26 123 50 23
Octal 211 22 236 15 131 0 46 443 120 43
Binary 10001001 10010 10011110 1101 1011001 0 100110 100100011 1010000 100011

Color Harmonies of #89129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89129E

Black with #89129E

Text Example


Text Example

White with #89129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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