#93337D

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

Shades of Dark Purple #93337D

Tints of Dark Purple #93337D

Color information

#93337D (or 0x93337D) is unknown color: approx Dark Purple. HEX triplet: 93, 33 and 7D. RGB value is (147,51,125). Sum of RGB (Red+Green+Blue) = 147+51+125=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #93337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93337D is #6CCC82. Grayscale: #575757. Windows color (decimal): -7130243 or 8205203. OLE color: 8205203.

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

Color convert

RGB14751125-
CMYK00.650.150.42
HSL313.75º48.48%38.82%-
HSV(B)313.75º65.31%57.65%-
XYZ16.9210.0520.45-
YUV88.14148.8169.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.51%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 125 (49.22% from 255) = 38.70%
R=45.51%
G=15.79%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475112500.650.150.42313.7548.4838.82
Hex93337D041F2A13a3027
Octal22363175010117524726047
Binary100100111100111111101010000011111101010100111010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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