#89129C

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

Shades of Dark Magenta #89129C

Tints of Dark Magenta #89129C

Color information

#89129C (or 0x89129C) is unknown color: approx Dark Magenta. HEX triplet: 89, 12 and 9C. RGB value is (137,18,156). Sum of RGB (Red+Green+Blue) = 137+18+156=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #89129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89129C is #76ED63. Grayscale: #444444. Windows color (decimal): -7794020 or 10228361. OLE color: 10228361.

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

Color convert

RGB13718156-
CMYK0.120.8800.39
HSL291.74º79.31%34.12%-
HSV(B)291.74º88.46%61.18%-
XYZ16.538.1532.15-
YUV69.31176.92176.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.05%
GREEN value IS 18 (7.42% from 255) = 5.79%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=44.05%
G=5.79%
B=50.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal137181560.120.8800.39291.7479.3134.12
Hex89129CC580271244f22
Octal211222341413004744411742
Binary1000100110010100111001100101100001001111001001001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89129C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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