#93387F

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

Shades of Dark Purple #93387F

Tints of Dark Purple #93387F

Color information

#93387F (or 0x93387F) is unknown color: approx Dark Purple. HEX triplet: 93, 38 and 7F. RGB value is (147,56,127). Sum of RGB (Red+Green+Blue) = 147+56+127=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #93387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93387F is #6CC780. Grayscale: #5B5B5B. Windows color (decimal): -7128961 or 8337555. OLE color: 8337555.

HSL color Cylindrical-coordinate representation of color #93387F: hue angle of 313.19º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93387F is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14756127-
CMYK00.620.140.42
HSL313.19º44.83%39.8%-
HSV(B)313.19º61.9%57.65%-
XYZ17.2810.5621.21-
YUV91.3148.15167.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 56 (22.27% from 255) = 16.97%
BLUE value IS 127 (50% from 255) = 38.48%
R=44.55%
G=16.97%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475612700.620.140.42313.1944.8339.8
Hex93387F03EE2A1392d28
Octal2237017707616524715550
Binary10010011111000111111101111101110101010100111001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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