Shades of Strikemaster #93507E
Tints of Strikemaster #93507E
RGB
CMYK
RGB Variations
Color information
#93507E (or 0x93507E) is known color: Strikemaster. HEX triplet: 93, 50 and 7E. RGB value is (147,80,126). Sum of RGB (Red+Green+Blue) = 147+80+126=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #93507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93507E is #6CAF81. Grayscale: #696969. Windows color (decimal): -7122818 or 8278163. OLE color: 8278163.
HSL color Cylindrical-coordinate representation of color #93507E: hue angle of 318.81º 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 #93507E is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 126 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.42 |
| HSL | 318.81º | 0.3% | 0.45% | - |
| HSV(B) | 318.81º | 0.46% | 0.58% | - |
| XYZ | 18.67 | 13.45 | 21.35 | - |
| YUV | 105.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 126 | 0 | 0.46 | 0.14 | 0.42 | 318.81 | 0.3 | 0.45 |
| Hex | 93 | 50 | 7E | 0 | 2E | E | 2A | 13F | 1E | 2D |
| Octal | 223 | 120 | 176 | 0 | 56 | 16 | 52 | 477 | 36 | 55 |
| Binary | 10010011 | 1010000 | 1111110 | 0 | 101110 | 1110 | 101010 | 100111111 | 11110 | 101101 |
Color Harmonies of #93507E
Complementary color
Monochromatic Colors of #93507E
Black with #93507E
Text Example
Text Example
White with #93507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93507E; }
p { color: rgb(147,80,126); }
H1.HeaderClassName
{
color: #93507E;
}
.AnyTagClassName
{
color: #93507E;
}
</style>
background-color css
<style>
a { background-color: #93507E; }
a { background-color: rgb(147,80,126); }
div.DivClassName
{
background-color: #93507E;
}
.BgClassName
{
background-color: #93507E;
}
</style>
border-color css
<style>
span { border-color: #93507E; }
span { border-color: rgb(147,80,126); }
td.TdClassName
{
border-color: #93507E;
}
.TagClassName
{
border-color: #93507E;
}
</style>