#91178C

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

Shades of Dark Magenta #91178C

Tints of Dark Magenta #91178C

Color information

#91178C (or 0x91178C) is unknown color: approx Dark Magenta. HEX triplet: 91, 17 and 8C. RGB value is (145,23,140). Sum of RGB (Red+Green+Blue) = 145+23+140=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #91178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91178C is #6EE873. Grayscale: #484848. Windows color (decimal): -7268468 or 9181073. OLE color: 9181073.

HSL color Cylindrical-coordinate representation of color #91178C: hue angle of 302.46º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91178C is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB14523140-
CMYK00.840.030.43
HSL302.46º72.62%32.94%-
HSV(B)302.46º84.14%56.86%-
XYZ16.728.5325.58-
YUV72.82165.92179.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.08%
GREEN value IS 23 (9.38% from 255) = 7.47%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=47.08%
G=7.47%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452314000.840.030.43302.4672.6232.94
Hex91178C05432B12e4921
Octal22127214012435345611141
Binary10010001101111000110001010100111010111001011101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91178C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91178C; }

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

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

<style>
 a { background-color: #91178C; }

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

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

<style>
 span { border-color: #91178C; }

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

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