#89129A

Color #89129A Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #89129A

Tints of Dark Magenta #89129A

Color information

#89129A (or 0x89129A) is unknown color: approx Dark Magenta. HEX triplet: 89, 12 and 9A. RGB value is (137,18,154). Sum of RGB (Red+Green+Blue) = 137+18+154=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #89129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89129A is #76ED65. Grayscale: #444444. Windows color (decimal): -7794022 or 10097289. OLE color: 10097289.

HSL color Cylindrical-coordinate representation of color #89129A: hue angle of 292.5º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89129A is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13718154-
CMYK0.110.8800.40
HSL292.5º79.07%33.73%-
HSV(B)292.5º88.31%60.39%-
XYZ16.378.0831.27-
YUV69.08175.92176.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 18 (7.42% from 255) = 5.83%
BLUE value IS 154 (60.55% from 255) = 49.84%
R=44.34%
G=5.83%
B=49.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137181540.110.8800.40292.579.0733.73
Hex89129AB580281244f22
Octal211222321313005044411742
Binary1000100110010100110101011101100001010001001001001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89129A;
 }
 .AnyTagClassName
 {
   color: #89129A;
 }
</style>
background-color css

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

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

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

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

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

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