Shades of Strikemaster #93517E
Tints of Strikemaster #93517E
RGB
CMYK
RGB Variations
Color information
#93517E (or 0x93517E) is known color: Strikemaster. HEX triplet: 93, 51 and 7E. RGB value is (147,81,126). Sum of RGB (Red+Green+Blue) = 147+81+126=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #93517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93517E is #6CAE81. Grayscale: #696969. Windows color (decimal): -7122562 or 8278419. OLE color: 8278419.
HSL color Cylindrical-coordinate representation of color #93517E: hue angle of 319.09º 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 #93517E is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 126 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.42 |
| HSL | 319.09º | 0.29% | 0.45% | - |
| HSV(B) | 319.09º | 0.45% | 0.58% | - |
| XYZ | 18.74 | 13.59 | 21.37 | - |
| YUV | 105.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 126 | 0 | 0.45 | 0.14 | 0.42 | 319.09 | 0.29 | 0.45 |
| Hex | 93 | 51 | 7E | 0 | 2D | E | 2A | 13F | 1D | 2D |
| Octal | 223 | 121 | 176 | 0 | 55 | 16 | 52 | 477 | 35 | 55 |
| Binary | 10010011 | 1010001 | 1111110 | 0 | 101101 | 1110 | 101010 | 100111111 | 11101 | 101101 |
Color Harmonies of #93517E
Complementary color
Monochromatic Colors of #93517E
Black with #93517E
Text Example
Text Example
White with #93517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93517E; }
p { color: rgb(147,81,126); }
H1.HeaderClassName
{
color: #93517E;
}
.AnyTagClassName
{
color: #93517E;
}
</style>
background-color css
<style>
a { background-color: #93517E; }
a { background-color: rgb(147,81,126); }
div.DivClassName
{
background-color: #93517E;
}
.BgClassName
{
background-color: #93517E;
}
</style>
border-color css
<style>
span { border-color: #93517E; }
span { border-color: rgb(147,81,126); }
td.TdClassName
{
border-color: #93517E;
}
.TagClassName
{
border-color: #93517E;
}
</style>