Shades of Strikemaster #93457A
Tints of Strikemaster #93457A
RGB
CMYK
RGB Variations
Color information
#93457A (or 0x93457A) is known color: Strikemaster. HEX triplet: 93, 45 and 7A. RGB value is (147,69,122). Sum of RGB (Red+Green+Blue) = 147+69+122=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #93457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93457A is #6CBA85. Grayscale: #626262. Windows color (decimal): -7125638 or 8013203. OLE color: 8013203.
HSL color Cylindrical-coordinate representation of color #93457A: hue angle of 319.23º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #93457A is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 69 | 122 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.42 |
| HSL | 319.23º | 0.36% | 0.42% | - |
| HSV(B) | 319.23º | 0.53% | 0.58% | - |
| XYZ | 17.67 | 11.86 | 19.77 | - |
| YUV | 98.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 69 | 122 | 0 | 0.53 | 0.17 | 0.42 | 319.23 | 0.36 | 0.42 |
| Hex | 93 | 45 | 7A | 0 | 35 | 11 | 2A | 13F | 24 | 2A |
| Octal | 223 | 105 | 172 | 0 | 65 | 21 | 52 | 477 | 44 | 52 |
| Binary | 10010011 | 1000101 | 1111010 | 0 | 110101 | 10001 | 101010 | 100111111 | 100100 | 101010 |
Color Harmonies of #93457A
Complementary color
Monochromatic Colors of #93457A
Black with #93457A
Text Example
Text Example
White with #93457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93457A; }
p { color: rgb(147,69,122); }
H1.HeaderClassName
{
color: #93457A;
}
.AnyTagClassName
{
color: #93457A;
}
</style>
background-color css
<style>
a { background-color: #93457A; }
a { background-color: rgb(147,69,122); }
div.DivClassName
{
background-color: #93457A;
}
.BgClassName
{
background-color: #93457A;
}
</style>
border-color css
<style>
span { border-color: #93457A; }
span { border-color: rgb(147,69,122); }
td.TdClassName
{
border-color: #93457A;
}
.TagClassName
{
border-color: #93457A;
}
</style>