#91049E

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

Shades of Dark Magenta #91049E

Tints of Dark Magenta #91049E

Color information

#91049E (or 0x91049E) is unknown color: approx Dark Magenta. HEX triplet: 91, 04 and 9E. RGB value is (145,4,158). Sum of RGB (Red+Green+Blue) = 145+4+158=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #91049E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91049E is #6EFB61. Grayscale: #3F3F3F. Windows color (decimal): -7273314 or 10355857. OLE color: 10355857.

HSL color Cylindrical-coordinate representation of color #91049E: hue angle of 294.94º degrees, saturation: 0.95, 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 #91049E is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1454158-
CMYK0.080.9700.38
HSL294.94º95.06%31.76%-
HSV(B)294.94º97.47%61.96%-
XYZ17.898.5833.06-
YUV63.72181.21185.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.23%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=47.23%
G=1.30%
B=51.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14541580.080.9700.38294.9495.0631.76
Hex9149E8610261275f20
Octal22142361014104644713740
Binary10010001100100111101000110000101001101001001111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,4,158); }

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

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

 a { background-color: rgb(145,4,158); }

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

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

 span { border-color: rgb(145,4,158); }

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