#91176A

Color #91176A Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #91176A

Tints of Dark Purple #91176A

Color information

#91176A (or 0x91176A) is unknown color: approx Dark Purple. HEX triplet: 91, 17 and 6A. RGB value is (145,23,106). Sum of RGB (Red+Green+Blue) = 145+23+106=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #91176A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91176A is #6EE895. Grayscale: #444444. Windows color (decimal): -7268502 or 6952849. OLE color: 6952849.

HSL color Cylindrical-coordinate representation of color #91176A: hue angle of 319.18º 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 #91176A is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14523106-
CMYK00.840.270.43
HSL319.18º72.62%32.94%-
HSV(B)319.18º84.14%56.86%-
XYZ14.587.6714.35-
YUV68.94148.92182.25-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.92%
GREEN value IS 23 (9.38% from 255) = 8.39%
BLUE value IS 106 (41.80% from 255) = 38.69%
R=52.92%
G=8.39%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452310600.840.270.43319.1872.6232.94
Hex91176A0541B2B13f4921
Octal221271520124335347711141
Binary1001000110111110101001010100110111010111001111111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91176A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91176A; }

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

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

<style>
 a { background-color: #91176A; }

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

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

<style>
 span { border-color: #91176A; }

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

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