#91166E

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

Shades of Dark Purple #91166E

Tints of Dark Purple #91166E

Color information

#91166E (or 0x91166E) is unknown color: approx Dark Purple. HEX triplet: 91, 16 and 6E. RGB value is (145,22,110). Sum of RGB (Red+Green+Blue) = 145+22+110=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #91166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91166E is #6EE991. Grayscale: #444444. Windows color (decimal): -7268754 or 7214737. OLE color: 7214737.

HSL color Cylindrical-coordinate representation of color #91166E: hue angle of 317.07º 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 #91166E is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14522110-
CMYK00.850.240.43
HSL317.07º73.65%32.75%-
HSV(B)317.07º84.83%56.86%-
XYZ14.787.7215.46-
YUV68.81151.25182.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.35%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=52.35%
G=7.94%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452211000.850.240.43317.0773.6532.75
Hex91166E055182B13d4a21
Octal221261560125305347511241
Binary1001000110110110111001010101110001010111001111011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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