Shades of Strikemaster #93507C
Tints of Strikemaster #93507C
RGB
CMYK
RGB Variations
Color information
#93507C (or 0x93507C) is known color: Strikemaster. HEX triplet: 93, 50 and 7C. RGB value is (147,80,124). Sum of RGB (Red+Green+Blue) = 147+80+124=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #93507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93507C is #6CAF83. Grayscale: #686868. Windows color (decimal): -7122820 or 8147091. OLE color: 8147091.
HSL color Cylindrical-coordinate representation of color #93507C: hue angle of 320.6º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93507C is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 124 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.42 |
| HSL | 320.6º | 0.3% | 0.45% | - |
| HSV(B) | 320.6º | 0.46% | 0.58% | - |
| XYZ | 18.54 | 13.4 | 20.68 | - |
| YUV | 105.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 124 | 0 | 0.46 | 0.16 | 0.42 | 320.6 | 0.3 | 0.45 |
| Hex | 93 | 50 | 7C | 0 | 2E | 10 | 2A | 141 | 1E | 2D |
| Octal | 223 | 120 | 174 | 0 | 56 | 20 | 52 | 501 | 36 | 55 |
| Binary | 10010011 | 1010000 | 1111100 | 0 | 101110 | 10000 | 101010 | 101000001 | 11110 | 101101 |
Color Harmonies of #93507C
Complementary color
Monochromatic Colors of #93507C
Black with #93507C
Text Example
Text Example
White with #93507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93507C; }
p { color: rgb(147,80,124); }
H1.HeaderClassName
{
color: #93507C;
}
.AnyTagClassName
{
color: #93507C;
}
</style>
background-color css
<style>
a { background-color: #93507C; }
a { background-color: rgb(147,80,124); }
div.DivClassName
{
background-color: #93507C;
}
.BgClassName
{
background-color: #93507C;
}
</style>
border-color css
<style>
span { border-color: #93507C; }
span { border-color: rgb(147,80,124); }
td.TdClassName
{
border-color: #93507C;
}
.TagClassName
{
border-color: #93507C;
}
</style>