#91198E

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

Shades of Dark Magenta #91198E

Tints of Dark Magenta #91198E

Color information

#91198E (or 0x91198E) is unknown color: approx Dark Magenta. HEX triplet: 91, 19 and 8E. RGB value is (145,25,142). Sum of RGB (Red+Green+Blue) = 145+25+142=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #91198E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91198E is #6EE671. Grayscale: #494949. Windows color (decimal): -7267954 or 9312657. OLE color: 9312657.

HSL color Cylindrical-coordinate representation of color #91198E: hue angle of 301.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91198E is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB14525142-
CMYK00.830.020.43
HSL301.5º70.59%33.33%-
HSV(B)301.5º82.76%56.86%-
XYZ16.918.6726.37-
YUV74.22166.26178.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.47%
GREEN value IS 25 (10.16% from 255) = 8.01%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=46.47%
G=8.01%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452514200.830.020.43301.570.5933.33
Hex91198E05322B12e4721
Octal22131216012325345610741
Binary10010001110011000111001010011101010111001011101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,25,142); }

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

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

 a { background-color: rgb(145,25,142); }

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

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

 span { border-color: rgb(145,25,142); }

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