#93347C

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

Shades of Dark Purple #93347C

Tints of Dark Purple #93347C

Color information

#93347C (or 0x93347C) is unknown color: approx Dark Purple. HEX triplet: 93, 34 and 7C. RGB value is (147,52,124). Sum of RGB (Red+Green+Blue) = 147+52+124=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #93347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93347C is #6CCB83. Grayscale: #585858. Windows color (decimal): -7129988 or 8139923. OLE color: 8139923.

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

Color convert

RGB14752124-
CMYK00.650.160.42
HSL314.53º47.74%39.02%-
HSV(B)314.53º64.63%57.65%-
XYZ16.910.1120.13-
YUV88.61147.97169.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.51%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 124 (48.83% from 255) = 38.39%
R=45.51%
G=16.10%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475212400.650.160.42314.5347.7439.02
Hex93347C041102A13b3027
Octal22364174010120524736047
Binary1001001111010011111000100000110000101010100111011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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