Shades of Strikemaster #93517D
Tints of Strikemaster #93517D
RGB
CMYK
RGB Variations
Color information
#93517D (or 0x93517D) is known color: Strikemaster. HEX triplet: 93, 51 and 7D. RGB value is (147,81,125). Sum of RGB (Red+Green+Blue) = 147+81+125=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #93517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93517D is #6CAE82. Grayscale: #696969. Windows color (decimal): -7122563 or 8212883. OLE color: 8212883.
HSL color Cylindrical-coordinate representation of color #93517D: hue angle of 320º 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 #93517D is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 125 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.42 |
| HSL | 320º | 0.29% | 0.45% | - |
| HSV(B) | 320º | 0.45% | 0.58% | - |
| XYZ | 18.68 | 13.57 | 21.04 | - |
| YUV | 105.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 125 | 0 | 0.45 | 0.15 | 0.42 | 320 | 0.29 | 0.45 |
| Hex | 93 | 51 | 7D | 0 | 2D | F | 2A | 140 | 1D | 2D |
| Octal | 223 | 121 | 175 | 0 | 55 | 17 | 52 | 500 | 35 | 55 |
| Binary | 10010011 | 1010001 | 1111101 | 0 | 101101 | 1111 | 101010 | 101000000 | 11101 | 101101 |
Color Harmonies of #93517D
Complementary color
Monochromatic Colors of #93517D
Black with #93517D
Text Example
Text Example
White with #93517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93517D; }
p { color: rgb(147,81,125); }
H1.HeaderClassName
{
color: #93517D;
}
.AnyTagClassName
{
color: #93517D;
}
</style>
background-color css
<style>
a { background-color: #93517D; }
a { background-color: rgb(147,81,125); }
div.DivClassName
{
background-color: #93517D;
}
.BgClassName
{
background-color: #93517D;
}
</style>
border-color css
<style>
span { border-color: #93517D; }
span { border-color: rgb(147,81,125); }
td.TdClassName
{
border-color: #93517D;
}
.TagClassName
{
border-color: #93517D;
}
</style>