#933389

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

Shades of Dark Purple #933389

Tints of Dark Purple #933389

Color information

#933389 (or 0x933389) is unknown color: approx Dark Purple. HEX triplet: 93, 33 and 89. RGB value is (147,51,137). Sum of RGB (Red+Green+Blue) = 147+51+137=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #933389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933389 is #6CCC76. Grayscale: #595959. Windows color (decimal): -7130231 or 8991635. OLE color: 8991635.

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

Color convert

RGB14751137-
CMYK00.650.070.42
HSL306.25º48.48%38.82%-
HSV(B)306.25º65.31%57.65%-
XYZ17.7310.3824.74-
YUV89.51154.8169.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.88%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 137 (53.91% from 255) = 40.90%
R=43.88%
G=15.22%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475113700.650.070.42306.2548.4838.82
Hex93338904172A1323027
Octal2236321101017524626047
Binary100100111100111000100101000001111101010100110010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933389; }

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

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

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

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

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

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

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

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