#91079E

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

Shades of Dark Magenta #91079E

Tints of Dark Magenta #91079E

Color information

#91079E (or 0x91079E) is unknown color: approx Dark Magenta. HEX triplet: 91, 07 and 9E. RGB value is (145,7,158). Sum of RGB (Red+Green+Blue) = 145+7+158=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #91079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91079E is #6EF861. Grayscale: #414141. Windows color (decimal): -7272546 or 10356625. OLE color: 10356625.

HSL color Cylindrical-coordinate representation of color #91079E: hue angle of 294.83º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91079E is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1457158-
CMYK0.080.9600.38
HSL294.83º91.52%32.35%-
HSV(B)294.83º95.57%61.96%-
XYZ17.928.6433.07-
YUV65.48180.22184.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.77%
GREEN value IS 7 (3.12% from 255) = 2.26%
BLUE value IS 158 (62.11% from 255) = 50.97%
R=46.77%
G=2.26%
B=50.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14571580.080.9600.38294.8391.5232.35
Hex9179E8600261275c20
Octal22172361014004644713440
Binary10010001111100111101000110000001001101001001111011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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