#91028E

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

Shades of Dark Magenta #91028E

Tints of Dark Magenta #91028E

Color information

#91028E (or 0x91028E) is unknown color: approx Dark Magenta. HEX triplet: 91, 02 and 8E. RGB value is (145,2,142). Sum of RGB (Red+Green+Blue) = 145+2+142=289 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.17% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 145 - color contains mainly: red. Hex color #91028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91028E is #6EFD71. Grayscale: #3C3C3C. Windows color (decimal): -7273842 or 9306769. OLE color: 9306769.

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

Color convert

RGB1452142-
CMYK00.990.020.43
HSL301.26º97.28%28.82%-
HSV(B)301.26º98.62%56.86%-
XYZ16.588.0226.26-
YUV60.72173.88188.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.17%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=50.17%
G=0.69%
B=49.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145214200.990.020.43301.2697.2828.82
Hex9128E06322B12d611d
Octal2212216014325345514135
Binary1001000110100011100110001110101011100101101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91028E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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