#91336E

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

Shades of Dark Purple #91336E

Tints of Dark Purple #91336E

Color information

#91336E (or 0x91336E) is unknown color: approx Dark Purple. HEX triplet: 91, 33 and 6E. RGB value is (145,51,110). Sum of RGB (Red+Green+Blue) = 145+51+110=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #91336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91336E is #6ECC91. Grayscale: #555555. Windows color (decimal): -7261330 or 7222161. OLE color: 7222161.

HSL color Cylindrical-coordinate representation of color #91336E: hue angle of 322.34º 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 #91336E is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14551110-
CMYK00.650.240.43
HSL322.34º47.96%38.43%-
HSV(B)322.34º64.83%56.86%-
XYZ15.689.5115.76-
YUV85.83141.64170.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.39%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=47.39%
G=16.67%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455111000.650.240.43322.3447.9638.43
Hex91336E041182B1423026
Octal22163156010130535026046
Binary1001000111001111011100100000111000101011101000010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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