#933388

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

Shades of Dark Purple #933388

Tints of Dark Purple #933388

Color information

#933388 (or 0x933388) is unknown color: approx Dark Purple. HEX triplet: 93, 33 and 88. RGB value is (147,51,136). Sum of RGB (Red+Green+Blue) = 147+51+136=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #933388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933388 is #6CCC77. Grayscale: #595959. Windows color (decimal): -7130232 or 8926099. OLE color: 8926099.

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

Color convert

RGB14751136-
CMYK00.650.070.42
HSL306.88º48.48%38.82%-
HSV(B)306.88º65.31%57.65%-
XYZ17.6610.3524.36-
YUV89.39154.3169.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.01%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=44.01%
G=15.27%
B=40.72%

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
Decimal1475113600.650.070.42306.8848.4838.82
Hex93338804172A1333027
Octal2236321001017524636047
Binary100100111100111000100001000001111101010100110011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933388; }

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

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

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

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

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

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

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

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