#891691

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

Shades of Dark Magenta #891691

Tints of Dark Magenta #891691

Color information

#891691 (or 0x891691) is unknown color: approx Dark Magenta. HEX triplet: 89, 16 and 91. RGB value is (137,22,145). Sum of RGB (Red+Green+Blue) = 137+22+145=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #891691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891691 is #76E96E. Grayscale: #464646. Windows color (decimal): -7793007 or 9508489. OLE color: 9508489.

HSL color Cylindrical-coordinate representation of color #891691: hue angle of 296.1º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891691 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13722145-
CMYK0.060.8500.43
HSL296.1º73.65%32.75%-
HSV(B)296.1º84.83%56.86%-
XYZ15.717.9427.49-
YUV70.41170.1175.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.07%
GREEN value IS 22 (8.98% from 255) = 7.24%
BLUE value IS 145 (57.03% from 255) = 47.70%
R=45.07%
G=7.24%
B=47.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137221450.060.8500.43296.173.6532.75
Hex89169165502B1284a21
Octal21126221612505345011241
Binary100010011011010010001110101010101010111001010001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891691; }

 p { color: rgb(137,22,145); }

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

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

 a { background-color: rgb(137,22,145); }

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

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

 span { border-color: rgb(137,22,145); }

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