#93377C

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

Shades of Dark Purple #93377C

Tints of Dark Purple #93377C

Color information

#93377C (or 0x93377C) is unknown color: approx Dark Purple. HEX triplet: 93, 37 and 7C. RGB value is (147,55,124). Sum of RGB (Red+Green+Blue) = 147+55+124=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #93377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93377C is #6CC883. Grayscale: #5A5A5A. Windows color (decimal): -7129220 or 8140691. OLE color: 8140691.

HSL color Cylindrical-coordinate representation of color #93377C: hue angle of 315º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93377C is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14755124-
CMYK00.630.160.42
HSL315º45.54%39.61%-
HSV(B)315º62.59%57.65%-
XYZ17.0410.3920.18-
YUV90.37146.98168.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.09%
GREEN value IS 55 (21.88% from 255) = 16.87%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=45.09%
G=16.87%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475512400.630.160.4231545.5439.61
Hex93377C03F102A13b2e28
Octal2236717407720524735650
Binary100100111101111111100011111110000101010100111011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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