#91039B

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

Shades of Dark Magenta #91039B

Tints of Dark Magenta #91039B

Color information

#91039B (or 0x91039B) is unknown color: approx Dark Magenta. HEX triplet: 91, 03 and 9B. RGB value is (145,3,155). Sum of RGB (Red+Green+Blue) = 145+3+155=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #91039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91039B is #6EFC64. Grayscale: #3E3E3E. Windows color (decimal): -7273573 or 10158993. OLE color: 10158993.

HSL color Cylindrical-coordinate representation of color #91039B: hue angle of 296.05º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #91039B is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1453155-
CMYK0.060.9800.39
HSL296.05º96.2%30.98%-
HSV(B)296.05º98.06%60.78%-
XYZ17.638.4531.71-
YUV62.79180.04186.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.85%
GREEN value IS 3 (1.56% from 255) = 0.99%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=47.85%
G=0.99%
B=51.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14531550.060.9800.39296.0596.230.98
Hex9139B662027128601f
Octal2213233614204745014037
Binary10010001111001101111011000100100111100101000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91039B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91039B; }

 p { color: rgb(145,3,155); }

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

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

 a { background-color: rgb(145,3,155); }

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

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

 span { border-color: rgb(145,3,155); }

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