Shades of Strikemaster #945881
Tints of Strikemaster #945881
RGB
CMYK
RGB Variations
Color information
#945881 (or 0x945881) is known color: Strikemaster. HEX triplet: 94, 58 and 81. RGB value is (148,88,129). Sum of RGB (Red+Green+Blue) = 148+88+129=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #945881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945881 is #6BA77E. Grayscale: #6E6E6E. Windows color (decimal): -7055231 or 8476820. OLE color: 8476820.
HSL color Cylindrical-coordinate representation of color #945881: hue angle of 319º degrees, saturation: 0.25, 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 #945881 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 88 | 129 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.42 |
| HSL | 319º | 0.25% | 0.46% | - |
| HSV(B) | 319º | 0.41% | 0.58% | - |
| XYZ | 19.66 | 14.86 | 22.6 | - |
| YUV | 110.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 129 | 0 | 0.41 | 0.13 | 0.42 | 319 | 0.25 | 0.46 |
| Hex | 94 | 58 | 81 | 0 | 29 | D | 2A | 13F | 19 | 2E |
| Octal | 224 | 130 | 201 | 0 | 51 | 15 | 52 | 477 | 31 | 56 |
| Binary | 10010100 | 1011000 | 10000001 | 0 | 101001 | 1101 | 101010 | 100111111 | 11001 | 101110 |
Color Harmonies of #945881
Complementary color
Monochromatic Colors of #945881
Black with #945881
Text Example
Text Example
White with #945881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945881; }
p { color: rgb(148,88,129); }
H1.HeaderClassName
{
color: #945881;
}
.AnyTagClassName
{
color: #945881;
}
</style>
background-color css
<style>
a { background-color: #945881; }
a { background-color: rgb(148,88,129); }
div.DivClassName
{
background-color: #945881;
}
.BgClassName
{
background-color: #945881;
}
</style>
border-color css
<style>
span { border-color: #945881; }
span { border-color: rgb(148,88,129); }
td.TdClassName
{
border-color: #945881;
}
.TagClassName
{
border-color: #945881;
}
</style>