#91059F

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

Shades of Dark Magenta #91059F

Tints of Dark Magenta #91059F

Color information

#91059F (or 0x91059F) is unknown color: approx Dark Magenta. HEX triplet: 91, 05 and 9F. RGB value is (145,5,159). Sum of RGB (Red+Green+Blue) = 145+5+159=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #91059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91059F is #6EFA60. Grayscale: #3F3F3F. Windows color (decimal): -7273057 or 10421649. OLE color: 10421649.

HSL color Cylindrical-coordinate representation of color #91059F: hue angle of 294.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91059F is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1455159-
CMYK0.090.9700.38
HSL294.55º93.9%32.16%-
HSV(B)294.55º96.86%62.35%-
XYZ17.998.6333.52-
YUV64.42181.38185.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 5 (2.34% from 255) = 1.62%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=46.93%
G=1.62%
B=51.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14551590.090.9700.38294.5593.932.16
Hex9159F9610261275e20
Octal22152371114104644713640
Binary10010001101100111111001110000101001101001001111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91059F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91059F; }

 p { color: rgb(145,5,159); }

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

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

 a { background-color: rgb(145,5,159); }

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

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

 span { border-color: rgb(145,5,159); }

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