#93117C

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

Shades of Dark Purple #93117C

Tints of Dark Purple #93117C

Color information

#93117C (or 0x93117C) is unknown color: approx Dark Purple. HEX triplet: 93, 11 and 7C. RGB value is (147,17,124). Sum of RGB (Red+Green+Blue) = 147+17+124=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93117C is #6CEE83. Grayscale: #434343. Windows color (decimal): -7138948 or 8130963. OLE color: 8130963.

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

Color convert

RGB14717124-
CMYK00.880.160.42
HSL310.62º79.27%32.16%-
HSV(B)310.62º88.44%57.65%-
XYZ15.878.0619.79-
YUV68.07159.57184.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.04%
GREEN value IS 17 (7.03% from 255) = 5.90%
BLUE value IS 124 (48.83% from 255) = 43.06%
R=51.04%
G=5.90%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471712400.880.160.42310.6279.2732.16
Hex93117C058102A1374f20
Octal223211740130205246711740
Binary1001001110001111110001011000100001010101001101111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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