#91166D

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

Shades of Dark Purple #91166D

Tints of Dark Purple #91166D

Color information

#91166D (or 0x91166D) is unknown color: approx Dark Purple. HEX triplet: 91, 16 and 6D. RGB value is (145,22,109). Sum of RGB (Red+Green+Blue) = 145+22+109=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #91166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91166D is #6EE992. Grayscale: #444444. Windows color (decimal): -7268755 or 7149201. OLE color: 7149201.

HSL color Cylindrical-coordinate representation of color #91166D: hue angle of 317.56º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #91166D is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14522109-
CMYK00.850.250.43
HSL317.56º73.65%32.75%-
HSV(B)317.56º84.83%56.86%-
XYZ14.727.715.18-
YUV68.69150.75182.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.54%
GREEN value IS 22 (8.98% from 255) = 7.97%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=52.54%
G=7.97%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452210900.850.250.43317.5673.6532.75
Hex91166D055192B13e4a21
Octal221261550125315347611241
Binary1001000110110110110101010101110011010111001111101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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