#91327B

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

Shades of Dark Purple #91327B

Tints of Dark Purple #91327B

Color information

#91327B (or 0x91327B) is unknown color: approx Dark Purple. HEX triplet: 91, 32 and 7B. RGB value is (145,50,123). Sum of RGB (Red+Green+Blue) = 145+50+123=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #91327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91327B is #6ECD84. Grayscale: #565656. Windows color (decimal): -7261573 or 8073873. OLE color: 8073873.

HSL color Cylindrical-coordinate representation of color #91327B: hue angle of 313.89º 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 #91327B is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14550123-
CMYK00.660.150.43
HSL313.89º48.72%38.24%-
HSV(B)313.89º65.52%56.86%-
XYZ16.399.7319.75-
YUV86.73148.47169.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.60%
GREEN value IS 50 (19.92% from 255) = 15.72%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=45.60%
G=15.72%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455012300.660.150.43313.8948.7238.24
Hex91327B042F2B13a3126
Octal22162173010217534726146
Binary100100011100101111011010000101111101011100111010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91327B; }

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

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

<style>
 a { background-color: #91327B; }

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

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

<style>
 span { border-color: #91327B; }

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

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