Shades of Strikemaster #945781
Tints of Strikemaster #945781
RGB
CMYK
RGB Variations
Color information
#945781 (or 0x945781) is known color: Strikemaster. HEX triplet: 94, 57 and 81. RGB value is (148,87,129). Sum of RGB (Red+Green+Blue) = 148+87+129=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #945781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945781 is #6BA87E. Grayscale: #6D6D6D. Windows color (decimal): -7055487 or 8476564. OLE color: 8476564.
HSL color Cylindrical-coordinate representation of color #945781: hue angle of 318.69º 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 #945781 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 87 | 129 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.42 |
| HSL | 318.69º | 0.26% | 0.46% | - |
| HSV(B) | 318.69º | 0.41% | 0.58% | - |
| XYZ | 19.58 | 14.7 | 22.57 | - |
| YUV | 110.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 129 | 0 | 0.41 | 0.13 | 0.42 | 318.69 | 0.26 | 0.46 |
| Hex | 94 | 57 | 81 | 0 | 29 | D | 2A | 13F | 1A | 2E |
| Octal | 224 | 127 | 201 | 0 | 51 | 15 | 52 | 477 | 32 | 56 |
| Binary | 10010100 | 1010111 | 10000001 | 0 | 101001 | 1101 | 101010 | 100111111 | 11010 | 101110 |
Color Harmonies of #945781
Complementary color
Monochromatic Colors of #945781
Black with #945781
Text Example
Text Example
White with #945781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945781; }
p { color: rgb(148,87,129); }
H1.HeaderClassName
{
color: #945781;
}
.AnyTagClassName
{
color: #945781;
}
</style>
background-color css
<style>
a { background-color: #945781; }
a { background-color: rgb(148,87,129); }
div.DivClassName
{
background-color: #945781;
}
.BgClassName
{
background-color: #945781;
}
</style>
border-color css
<style>
span { border-color: #945781; }
span { border-color: rgb(148,87,129); }
td.TdClassName
{
border-color: #945781;
}
.TagClassName
{
border-color: #945781;
}
</style>