Shades of Strikemaster #93567B
Tints of Strikemaster #93567B
RGB
CMYK
RGB Variations
Color information
#93567B (or 0x93567B) is known color: Strikemaster. HEX triplet: 93, 56 and 7B. RGB value is (147,86,123). Sum of RGB (Red+Green+Blue) = 147+86+123=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93567B is #6CA984. Grayscale: #6C6C6C. Windows color (decimal): -7121285 or 8083091. OLE color: 8083091.
HSL color Cylindrical-coordinate representation of color #93567B: hue angle of 323.61º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93567B is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 123 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.42 |
| HSL | 323.61º | 0.26% | 0.46% | - |
| HSV(B) | 323.61º | 0.41% | 0.58% | - |
| XYZ | 18.94 | 14.29 | 20.5 | - |
| YUV | 108.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 123 | 0 | 0.41 | 0.16 | 0.42 | 323.61 | 0.26 | 0.46 |
| Hex | 93 | 56 | 7B | 0 | 29 | 10 | 2A | 144 | 1A | 2E |
| Octal | 223 | 126 | 173 | 0 | 51 | 20 | 52 | 504 | 32 | 56 |
| Binary | 10010011 | 1010110 | 1111011 | 0 | 101001 | 10000 | 101010 | 101000100 | 11010 | 101110 |
Color Harmonies of #93567B
Complementary color
Monochromatic Colors of #93567B
Black with #93567B
Text Example
Text Example
White with #93567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93567B; }
p { color: rgb(147,86,123); }
H1.HeaderClassName
{
color: #93567B;
}
.AnyTagClassName
{
color: #93567B;
}
</style>
background-color css
<style>
a { background-color: #93567B; }
a { background-color: rgb(147,86,123); }
div.DivClassName
{
background-color: #93567B;
}
.BgClassName
{
background-color: #93567B;
}
</style>
border-color css
<style>
span { border-color: #93567B; }
span { border-color: rgb(147,86,123); }
td.TdClassName
{
border-color: #93567B;
}
.TagClassName
{
border-color: #93567B;
}
</style>