#891598

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

Shades of Dark Magenta #891598

Tints of Dark Magenta #891598

Color information

#891598 (or 0x891598) is unknown color: approx Dark Magenta. HEX triplet: 89, 15 and 98. RGB value is (137,21,152). Sum of RGB (Red+Green+Blue) = 137+21+152=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #891598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891598 is #76EA67. Grayscale: #464646. Windows color (decimal): -7793256 or 9966985. OLE color: 9966985.

HSL color Cylindrical-coordinate representation of color #891598: hue angle of 293.13º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891598 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13721152-
CMYK0.100.8600.40
HSL293.13º75.72%33.92%-
HSV(B)293.13º86.18%59.61%-
XYZ16.258.1230.42-
YUV70.62173.93175.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.19%
GREEN value IS 21 (8.59% from 255) = 6.77%
BLUE value IS 152 (59.77% from 255) = 49.03%
R=44.19%
G=6.77%
B=49.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137211520.100.8600.40293.1375.7233.92
Hex891598A560281254c22
Octal211252301212605044511442
Binary1000100110101100110001010101011001010001001001011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891598; }

 p { color: rgb(137,21,152); }

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

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

 a { background-color: rgb(137,21,152); }

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

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

 span { border-color: rgb(137,21,152); }

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