#91326E

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

Shades of Dark Purple #91326E

Tints of Dark Purple #91326E

Color information

#91326E (or 0x91326E) is unknown color: approx Dark Purple. HEX triplet: 91, 32 and 6E. RGB value is (145,50,110). Sum of RGB (Red+Green+Blue) = 145+50+110=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #91326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91326E is #6ECD91. Grayscale: #555555. Windows color (decimal): -7261586 or 7221905. OLE color: 7221905.

HSL color Cylindrical-coordinate representation of color #91326E: hue angle of 322.11º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91326E is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14550110-
CMYK00.660.240.43
HSL322.11º48.72%38.24%-
HSV(B)322.11º65.52%56.86%-
XYZ15.639.4315.75-
YUV85.24141.97170.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.54%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=47.54%
G=16.39%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455011000.660.240.43322.1148.7238.24
Hex91326E042182B1423126
Octal22162156010230535026146
Binary1001000111001011011100100001011000101011101000010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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