#933586

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

Shades of Dark Purple #933586

Tints of Dark Purple #933586

Color information

#933586 (or 0x933586) is unknown color: approx Dark Purple. HEX triplet: 93, 35 and 86. RGB value is (147,53,134). Sum of RGB (Red+Green+Blue) = 147+53+134=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #933586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933586 is #6CCA79. Grayscale: #5A5A5A. Windows color (decimal): -7129722 or 8795539. OLE color: 8795539.

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

Color convert

RGB14753134-
CMYK00.640.090.42
HSL308.3º47%39.22%-
HSV(B)308.3º63.95%57.65%-
XYZ17.6110.4723.65-
YUV90.34152.64168.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.01%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 134 (52.73% from 255) = 40.12%
R=44.01%
G=15.87%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475313400.640.090.42308.34739.22
Hex93358604092A1342f27
Octal22365206010011524645747
Binary1001001111010110000110010000001001101010100110100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933586; }

 p { color: rgb(147,53,134); }

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

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

 a { background-color: rgb(147,53,134); }

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

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

 span { border-color: rgb(147,53,134); }

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