#933288

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

Shades of Dark Purple #933288

Tints of Dark Purple #933288

Color information

#933288 (or 0x933288) is unknown color: approx Dark Purple. HEX triplet: 93, 32 and 88. RGB value is (147,50,136). Sum of RGB (Red+Green+Blue) = 147+50+136=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #933288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933288 is #6CCD77. Grayscale: #585858. Windows color (decimal): -7130488 or 8925843. OLE color: 8925843.

HSL color Cylindrical-coordinate representation of color #933288: hue angle of 306.8º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #933288 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14750136-
CMYK00.660.070.42
HSL306.8º49.24%38.63%-
HSV(B)306.8º65.99%57.65%-
XYZ17.6210.2624.34-
YUV88.81154.64169.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.14%
GREEN value IS 50 (19.92% from 255) = 15.02%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=44.14%
G=15.02%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475013600.660.070.42306.849.2438.63
Hex93328804272A1333127
Octal2236221001027524636147
Binary100100111100101000100001000010111101010100110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933288; }

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

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

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

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

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

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

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

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