#93407E

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

Shades of Dark Purple #93407E

Tints of Dark Purple #93407E

Color information

#93407E (or 0x93407E) is unknown color: approx Dark Purple. HEX triplet: 93, 40 and 7E. RGB value is (147,64,126). Sum of RGB (Red+Green+Blue) = 147+64+126=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #93407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93407E is #6CBF81. Grayscale: #5F5F5F. Windows color (decimal): -7126914 or 8274067. OLE color: 8274067.

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

Color convert

RGB14764126-
CMYK00.560.140.42
HSL315.18º39.34%41.37%-
HSV(B)315.18º56.46%57.65%-
XYZ17.6311.3821.01-
YUV95.88145164.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.62%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=43.62%
G=18.99%
B=37.39%

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
Decimal1476412600.560.140.42315.1839.3441.37
Hex93407E038E2A13b2729
Octal22310017607016524734751
Binary100100111000000111111001110001110101010100111011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93407E; }

 p { color: rgb(147,64,126); }

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

<style>
 a { background-color: #93407E; }

 a { background-color: rgb(147,64,126); }

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

<style>
 span { border-color: #93407E; }

 span { border-color: rgb(147,64,126); }

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