#91337E

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

Shades of Dark Purple #91337E

Tints of Dark Purple #91337E

Color information

#91337E (or 0x91337E) is unknown color: approx Dark Purple. HEX triplet: 91, 33 and 7E. RGB value is (145,51,126). Sum of RGB (Red+Green+Blue) = 145+51+126=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #91337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91337E is #6ECC81. Grayscale: #575757. Windows color (decimal): -7261314 or 8270737. OLE color: 8270737.

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

Color convert

RGB14551126-
CMYK00.650.130.43
HSL312.13º47.96%38.43%-
HSV(B)312.13º64.83%56.86%-
XYZ16.639.8920.77-
YUV87.66149.64168.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 51 (20.31% from 255) = 15.84%
BLUE value IS 126 (49.61% from 255) = 39.13%
R=45.03%
G=15.84%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455112600.650.130.43312.1347.9638.43
Hex91337E041D2B1383026
Octal22163176010115534706046
Binary100100011100111111110010000011101101011100111000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91337E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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