#91179E

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

Shades of Dark Magenta #91179E

Tints of Dark Magenta #91179E

Color information

#91179E (or 0x91179E) is unknown color: approx Dark Magenta. HEX triplet: 91, 17 and 9E. RGB value is (145,23,158). Sum of RGB (Red+Green+Blue) = 145+23+158=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #91179E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91179E is #6EE861. Grayscale: #4A4A4A. Windows color (decimal): -7268450 or 10360721. OLE color: 10360721.

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

Color convert

RGB14523158-
CMYK0.080.8500.38
HSL294.22º74.59%35.49%-
HSV(B)294.22º85.44%61.96%-
XYZ18.169.133.15-
YUV74.87174.92178.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 23 (9.38% from 255) = 7.06%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=44.48%
G=7.06%
B=48.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145231580.080.8500.38294.2274.5935.49
Hex91179E8550261264b23
Octal221272361012504644611343
Binary1001000110111100111101000101010101001101001001101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91179E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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