#93357C

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

Shades of Dark Purple #93357C

Tints of Dark Purple #93357C

Color information

#93357C (or 0x93357C) is unknown color: approx Dark Purple. HEX triplet: 93, 35 and 7C. RGB value is (147,53,124). Sum of RGB (Red+Green+Blue) = 147+53+124=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93357C is #6CCA83. Grayscale: #595959. Windows color (decimal): -7129732 or 8140179. OLE color: 8140179.

HSL color Cylindrical-coordinate representation of color #93357C: hue angle of 314.68º 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 #93357C is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14753124-
CMYK00.640.160.42
HSL314.68º47%39.22%-
HSV(B)314.68º63.95%57.65%-
XYZ16.9410.220.15-
YUV89.2147.64169.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 53 (21.09% from 255) = 16.36%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=45.37%
G=16.36%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475312400.640.160.42314.684739.22
Hex93357C040102A13b2f27
Octal22365174010020524735747
Binary1001001111010111111000100000010000101010100111011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93357C; }

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

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

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

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

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

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

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

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