Shades of Strikemaster #93487B
Tints of Strikemaster #93487B
RGB
CMYK
RGB Variations
Color information
#93487B (or 0x93487B) is known color: Strikemaster. HEX triplet: 93, 48 and 7B. RGB value is (147,72,123). Sum of RGB (Red+Green+Blue) = 147+72+123=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #93487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93487B is #6CB784. Grayscale: #646464. Windows color (decimal): -7124869 or 8079507. OLE color: 8079507.
HSL color Cylindrical-coordinate representation of color #93487B: hue angle of 319.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93487B is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 123 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.42 |
| HSL | 319.2º | 0.34% | 0.43% | - |
| HSV(B) | 319.2º | 0.51% | 0.58% | - |
| XYZ | 17.93 | 12.27 | 20.16 | - |
| YUV | 100.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 123 | 0 | 0.51 | 0.16 | 0.42 | 319.2 | 0.34 | 0.43 |
| Hex | 93 | 48 | 7B | 0 | 33 | 10 | 2A | 13F | 22 | 2B |
| Octal | 223 | 110 | 173 | 0 | 63 | 20 | 52 | 477 | 42 | 53 |
| Binary | 10010011 | 1001000 | 1111011 | 0 | 110011 | 10000 | 101010 | 100111111 | 100010 | 101011 |
Color Harmonies of #93487B
Complementary color
Monochromatic Colors of #93487B
Black with #93487B
Text Example
Text Example
White with #93487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93487B; }
p { color: rgb(147,72,123); }
H1.HeaderClassName
{
color: #93487B;
}
.AnyTagClassName
{
color: #93487B;
}
</style>
background-color css
<style>
a { background-color: #93487B; }
a { background-color: rgb(147,72,123); }
div.DivClassName
{
background-color: #93487B;
}
.BgClassName
{
background-color: #93487B;
}
</style>
border-color css
<style>
span { border-color: #93487B; }
span { border-color: rgb(147,72,123); }
td.TdClassName
{
border-color: #93487B;
}
.TagClassName
{
border-color: #93487B;
}
</style>