#93407D

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

Shades of Dark Purple #93407D

Tints of Dark Purple #93407D

Color information

#93407D (or 0x93407D) is unknown color: approx Dark Purple. HEX triplet: 93, 40 and 7D. RGB value is (147,64,125). Sum of RGB (Red+Green+Blue) = 147+64+125=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #93407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93407D is #6CBF82. Grayscale: #5F5F5F. Windows color (decimal): -7126915 or 8208531. OLE color: 8208531.

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

Color convert

RGB14764125-
CMYK00.560.150.42
HSL315.9º39.34%41.37%-
HSV(B)315.9º56.46%57.65%-
XYZ17.5711.3520.67-
YUV95.77144.5164.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 125 (49.22% from 255) = 37.20%
R=43.75%
G=19.05%
B=37.20%

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
Decimal1476412500.560.150.42315.939.3441.37
Hex93407D038F2A13c2729
Octal22310017507017524744751
Binary100100111000000111110101110001111101010100111100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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