#93417A

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

Shades of Dark Purple #93417A

Tints of Dark Purple #93417A

Color information

#93417A (or 0x93417A) is unknown color: approx Dark Purple. HEX triplet: 93, 41 and 7A. RGB value is (147,65,122). Sum of RGB (Red+Green+Blue) = 147+65+122=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #93417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93417A is #6CBE85. Grayscale: #5F5F5F. Windows color (decimal): -7126662 or 8012179. OLE color: 8012179.

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

Color convert

RGB14765122-
CMYK00.560.170.42
HSL318.29º38.68%41.57%-
HSV(B)318.29º55.78%57.65%-
XYZ17.4411.3919.69-
YUV96.02142.67164.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.01%
GREEN value IS 65 (25.78% from 255) = 19.46%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=44.01%
G=19.46%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476512200.560.170.42318.2938.6841.57
Hex93417A038112A13e272a
Octal22310117207021524764752
Binary1001001110000011111010011100010001101010100111110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93417A; }

 p { color: rgb(147,65,122); }

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

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

 a { background-color: rgb(147,65,122); }

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

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

 span { border-color: rgb(147,65,122); }

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