#91397C

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

Shades of Dark Purple #91397C

Tints of Dark Purple #91397C

Color information

#91397C (or 0x91397C) is unknown color: approx Dark Purple. HEX triplet: 91, 39 and 7C. RGB value is (145,57,124). Sum of RGB (Red+Green+Blue) = 145+57+124=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #91397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91397C is #6EC683. Grayscale: #5A5A5A. Windows color (decimal): -7259780 or 8141201. OLE color: 8141201.

HSL color Cylindrical-coordinate representation of color #91397C: hue angle of 314.32º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #91397C is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14557124-
CMYK00.610.140.43
HSL314.32º43.56%39.61%-
HSV(B)314.32º60.69%56.86%-
XYZ16.7810.420.19-
YUV90.95146.65166.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=44.48%
G=17.48%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455712400.610.140.43314.3243.5639.61
Hex91397C03DE2B13a2c28
Octal2217117407516534725450
Binary10010001111001111110001111011110101011100111010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91397C; }

 p { color: rgb(145,57,124); }

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

<style>
 a { background-color: #91397C; }

 a { background-color: rgb(145,57,124); }

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

<style>
 span { border-color: #91397C; }

 span { border-color: rgb(145,57,124); }

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