Shades of Strikemaster #93557B
Tints of Strikemaster #93557B
RGB
CMYK
RGB Variations
Color information
#93557B (or 0x93557B) is known color: Strikemaster. HEX triplet: 93, 55 and 7B. RGB value is (147,85,123). Sum of RGB (Red+Green+Blue) = 147+85+123=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93557B is #6CAA84. Grayscale: #6B6B6B. Windows color (decimal): -7121541 or 8082835. OLE color: 8082835.
HSL color Cylindrical-coordinate representation of color #93557B: hue angle of 323.23º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93557B is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 85 | 123 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.42 |
| HSL | 323.23º | 0.27% | 0.45% | - |
| HSV(B) | 323.23º | 0.42% | 0.58% | - |
| XYZ | 18.86 | 14.13 | 20.47 | - |
| YUV | 107.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 123 | 0 | 0.42 | 0.16 | 0.42 | 323.23 | 0.27 | 0.45 |
| Hex | 93 | 55 | 7B | 0 | 2A | 10 | 2A | 143 | 1B | 2D |
| Octal | 223 | 125 | 173 | 0 | 52 | 20 | 52 | 503 | 33 | 55 |
| Binary | 10010011 | 1010101 | 1111011 | 0 | 101010 | 10000 | 101010 | 101000011 | 11011 | 101101 |
Color Harmonies of #93557B
Complementary color
Monochromatic Colors of #93557B
Black with #93557B
Text Example
Text Example
White with #93557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93557B; }
p { color: rgb(147,85,123); }
H1.HeaderClassName
{
color: #93557B;
}
.AnyTagClassName
{
color: #93557B;
}
</style>
background-color css
<style>
a { background-color: #93557B; }
a { background-color: rgb(147,85,123); }
div.DivClassName
{
background-color: #93557B;
}
.BgClassName
{
background-color: #93557B;
}
</style>
border-color css
<style>
span { border-color: #93557B; }
span { border-color: rgb(147,85,123); }
td.TdClassName
{
border-color: #93557B;
}
.TagClassName
{
border-color: #93557B;
}
</style>