#93517F

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

Shades of Strikemaster #93517F

Tints of Strikemaster #93517F

Color information

#93517F (or 0x93517F) is unknown color: approx Strikemaster. HEX triplet: 93, 51 and 7F. RGB value is (147,81,127). Sum of RGB (Red+Green+Blue) = 147+81+127=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93517F is #6CAE80. Grayscale: #696969. Windows color (decimal): -7122561 or 8343955. OLE color: 8343955.

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

Color convert

RGB14781127-
CMYK00.450.140.42
HSL318.18º28.95%44.71%-
HSV(B)318.18º44.9%57.65%-
XYZ18.8113.6221.72-
YUV105.98139.87157.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 127 (50% from 255) = 35.77%
R=41.41%
G=22.82%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478112700.450.140.42318.1828.9544.71
Hex93517F02DE2A13e1d2d
Octal22312117705516524763555
Binary10010011101000111111110101101111010101010011111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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