#91158D

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

Shades of Dark Magenta #91158D

Tints of Dark Magenta #91158D

Color information

#91158D (or 0x91158D) is unknown color: approx Dark Magenta. HEX triplet: 91, 15 and 8D. RGB value is (145,21,141). Sum of RGB (Red+Green+Blue) = 145+21+141=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #91158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91158D is #6EEA72. Grayscale: #474747. Windows color (decimal): -7268979 or 9246097. OLE color: 9246097.

HSL color Cylindrical-coordinate representation of color #91158D: hue angle of 301.94º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #91158D is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB14521141-
CMYK00.860.030.43
HSL301.94º74.7%32.55%-
HSV(B)301.94º85.52%56.86%-
XYZ16.758.4825.95-
YUV71.76167.08180.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.23%
GREEN value IS 21 (8.59% from 255) = 6.84%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=47.23%
G=6.84%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452114100.860.030.43301.9474.732.55
Hex91158D05632B12e4b21
Octal22125215012635345611341
Binary10010001101011000110101010110111010111001011101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91158D; }

 p { color: rgb(145,21,141); }

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

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

 a { background-color: rgb(145,21,141); }

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

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

 span { border-color: rgb(145,21,141); }

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