#91008B

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

Shades of Dark Magenta #91008B

Tints of Dark Magenta #91008B

Color information

#91008B (or 0x91008B) is unknown color: approx Dark Magenta. HEX triplet: 91, 00 and 8B. RGB value is (145,0,139). Sum of RGB (Red+Green+Blue) = 145+0+139=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #91008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91008B is #6EFF74. Grayscale: #3A3A3A. Windows color (decimal): -7274357 or 9109649. OLE color: 9109649.

HSL color Cylindrical-coordinate representation of color #91008B: hue angle of 302.48º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91008B is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB1450139-
CMYK010.040.43
HSL302.48º100%28.43%-
HSV(B)302.48º100%56.86%-
XYZ16.347.8825.09-
YUV59.2173.04189.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 48.94%
R=51.06%
G=0%
B=48.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1450139010.040.43302.4810028.43
Hex9108B06442B12e641c
Octal2210213014445345614434
Binary1001000101000101101100100100101011100101110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,0,139); }

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

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

 a { background-color: rgb(145,0,139); }

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

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

 span { border-color: rgb(145,0,139); }

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