#93417F

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

Shades of Dark Purple #93417F

Tints of Dark Purple #93417F

Color information

#93417F (or 0x93417F) is unknown color: approx Dark Purple. HEX triplet: 93, 41 and 7F. RGB value is (147,65,127). Sum of RGB (Red+Green+Blue) = 147+65+127=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #93417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93417F is #6CBE80. Grayscale: #606060. Windows color (decimal): -7126657 or 8339859. OLE color: 8339859.

HSL color Cylindrical-coordinate representation of color #93417F: hue angle of 314.63º 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 #93417F is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14765127-
CMYK00.560.140.42
HSL314.63º38.68%41.57%-
HSV(B)314.63º55.78%57.65%-
XYZ17.7511.5221.37-
YUV96.59145.17163.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.36%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 127 (50% from 255) = 37.46%
R=43.36%
G=19.17%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476512700.560.140.42314.6338.6841.57
Hex93417F038E2A13b272a
Octal22310117707016524734752
Binary100100111000001111111101110001110101010100111011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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