#91336D

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

Shades of Dark Purple #91336D

Tints of Dark Purple #91336D

Color information

#91336D (or 0x91336D) is unknown color: approx Dark Purple. HEX triplet: 91, 33 and 6D. RGB value is (145,51,109). Sum of RGB (Red+Green+Blue) = 145+51+109=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #91336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91336D is #6ECC92. Grayscale: #555555. Windows color (decimal): -7261331 or 7156625. OLE color: 7156625.

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

Color convert

RGB14551109-
CMYK00.650.250.43
HSL322.98º47.96%38.43%-
HSV(B)322.98º64.83%56.86%-
XYZ15.629.4915.48-
YUV85.72141.14170.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.54%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=47.54%
G=16.72%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455110900.650.250.43322.9847.9638.43
Hex91336D041192B1433026
Octal22163155010131535036046
Binary1001000111001111011010100000111001101011101000011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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