#91176D

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

Shades of Dark Purple #91176D

Tints of Dark Purple #91176D

Color information

#91176D (or 0x91176D) is unknown color: approx Dark Purple. HEX triplet: 91, 17 and 6D. RGB value is (145,23,109). Sum of RGB (Red+Green+Blue) = 145+23+109=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #91176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91176D is #6EE892. Grayscale: #454545. Windows color (decimal): -7268499 or 7149457. OLE color: 7149457.

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

Color convert

RGB14523109-
CMYK00.840.250.43
HSL317.7º72.62%32.94%-
HSV(B)317.7º84.14%56.86%-
XYZ14.747.7415.18-
YUV69.28150.42182.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.35%
GREEN value IS 23 (9.38% from 255) = 8.30%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=52.35%
G=8.30%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452310900.840.250.43317.772.6232.94
Hex91176D054192B13e4921
Octal221271550124315347611141
Binary1001000110111110110101010100110011010111001111101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91176D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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