#91377E

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

Shades of Dark Purple #91377E

Tints of Dark Purple #91377E

Color information

#91377E (or 0x91377E) is unknown color: approx Dark Purple. HEX triplet: 91, 37 and 7E. RGB value is (145,55,126). Sum of RGB (Red+Green+Blue) = 145+55+126=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #91377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91377E is #6EC881. Grayscale: #595959. Windows color (decimal): -7260290 or 8271761. OLE color: 8271761.

HSL color Cylindrical-coordinate representation of color #91377E: hue angle of 312.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #91377E is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB14555126-
CMYK00.620.130.43
HSL312.67º45%39.22%-
HSV(B)312.67º62.07%56.86%-
XYZ16.8110.2620.83-
YUV90148.32167.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 55 (21.88% from 255) = 16.87%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=44.48%
G=16.87%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455512600.620.130.43312.674539.22
Hex91377E03ED2B1392d27
Octal2216717607615534715547
Binary10010001110111111111001111101101101011100111001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,55,126); }

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

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

 a { background-color: rgb(145,55,126); }

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

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

 span { border-color: rgb(145,55,126); }

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