Shades of Strikemaster #93587B
Tints of Strikemaster #93587B
RGB
CMYK
RGB Variations
Color information
#93587B (or 0x93587B) is known color: Strikemaster. HEX triplet: 93, 58 and 7B. RGB value is (147,88,123). Sum of RGB (Red+Green+Blue) = 147+88+123=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93587B is #6CA784. Grayscale: #6D6D6D. Windows color (decimal): -7120773 or 8083603. OLE color: 8083603.
HSL color Cylindrical-coordinate representation of color #93587B: hue angle of 324.41º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93587B is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 88 | 123 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.42 |
| HSL | 324.41º | 0.25% | 0.46% | - |
| HSV(B) | 324.41º | 0.4% | 0.58% | - |
| XYZ | 19.1 | 14.61 | 20.55 | - |
| YUV | 109.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 123 | 0 | 0.40 | 0.16 | 0.42 | 324.41 | 0.25 | 0.46 |
| Hex | 93 | 58 | 7B | 0 | 28 | 10 | 2A | 144 | 19 | 2E |
| Octal | 223 | 130 | 173 | 0 | 50 | 20 | 52 | 504 | 31 | 56 |
| Binary | 10010011 | 1011000 | 1111011 | 0 | 101000 | 10000 | 101010 | 101000100 | 11001 | 101110 |
Color Harmonies of #93587B
Complementary color
Monochromatic Colors of #93587B
Black with #93587B
Text Example
Text Example
White with #93587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93587B; }
p { color: rgb(147,88,123); }
H1.HeaderClassName
{
color: #93587B;
}
.AnyTagClassName
{
color: #93587B;
}
</style>
background-color css
<style>
a { background-color: #93587B; }
a { background-color: rgb(147,88,123); }
div.DivClassName
{
background-color: #93587B;
}
.BgClassName
{
background-color: #93587B;
}
</style>
border-color css
<style>
span { border-color: #93587B; }
span { border-color: rgb(147,88,123); }
td.TdClassName
{
border-color: #93587B;
}
.TagClassName
{
border-color: #93587B;
}
</style>