#93336E

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

Shades of Dark Purple #93336E

Tints of Dark Purple #93336E

Color information

#93336E (or 0x93336E) is unknown color: approx Dark Purple. HEX triplet: 93, 33 and 6E. RGB value is (147,51,110). Sum of RGB (Red+Green+Blue) = 147+51+110=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93336E is #6CCC91. Grayscale: #565656. Windows color (decimal): -7130258 or 7222163. OLE color: 7222163.

HSL color Cylindrical-coordinate representation of color #93336E: hue angle of 323.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93336E is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14751110-
CMYK00.650.250.42
HSL323.12º48.48%38.82%-
HSV(B)323.12º65.31%57.65%-
XYZ16.039.715.78-
YUV86.43141.3171.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.73%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=47.73%
G=16.56%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475111000.650.250.42323.1248.4838.82
Hex93336E041192A1433027
Octal22363156010131525036047
Binary1001001111001111011100100000111001101010101000011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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