#93417D

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

Shades of Dark Purple #93417D

Tints of Dark Purple #93417D

Color information

#93417D (or 0x93417D) is unknown color: approx Dark Purple. HEX triplet: 93, 41 and 7D. RGB value is (147,65,125). Sum of RGB (Red+Green+Blue) = 147+65+125=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #93417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93417D is #6CBE82. Grayscale: #606060. Windows color (decimal): -7126659 or 8208787. OLE color: 8208787.

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

Color convert

RGB14765125-
CMYK00.560.150.42
HSL316.1º38.68%41.57%-
HSV(B)316.1º55.78%57.65%-
XYZ17.6211.4620.69-
YUV96.36144.17164.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.62%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=43.62%
G=19.29%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476512500.560.150.42316.138.6841.57
Hex93417D038F2A13c272a
Octal22310117507017524744752
Binary100100111000001111110101110001111101010100111100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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