Shades of Strikemaster #915881
Tints of Strikemaster #915881
RGB
CMYK
RGB Variations
Color information
#915881 (or 0x915881) is known color: Strikemaster. HEX triplet: 91, 58 and 81. RGB value is (145,88,129). Sum of RGB (Red+Green+Blue) = 145+88+129=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #915881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915881 is #6EA77E. Grayscale: #6D6D6D. Windows color (decimal): -7251839 or 8476817. OLE color: 8476817.
HSL color Cylindrical-coordinate representation of color #915881: hue angle of 316.84º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915881 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 129 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.43 |
| HSL | 316.84º | 0.24% | 0.46% | - |
| HSV(B) | 316.84º | 0.39% | 0.57% | - |
| XYZ | 19.13 | 14.58 | 22.58 | - |
| YUV | 109.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 129 | 0 | 0.39 | 0.11 | 0.43 | 316.84 | 0.24 | 0.46 |
| Hex | 91 | 58 | 81 | 0 | 27 | B | 2B | 13D | 18 | 2E |
| Octal | 221 | 130 | 201 | 0 | 47 | 13 | 53 | 475 | 30 | 56 |
| Binary | 10010001 | 1011000 | 10000001 | 0 | 100111 | 1011 | 101011 | 100111101 | 11000 | 101110 |
Color Harmonies of #915881
Complementary color
Monochromatic Colors of #915881
Black with #915881
Text Example
Text Example
White with #915881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915881; }
p { color: rgb(145,88,129); }
H1.HeaderClassName
{
color: #915881;
}
.AnyTagClassName
{
color: #915881;
}
</style>
background-color css
<style>
a { background-color: #915881; }
a { background-color: rgb(145,88,129); }
div.DivClassName
{
background-color: #915881;
}
.BgClassName
{
background-color: #915881;
}
</style>
border-color css
<style>
span { border-color: #915881; }
span { border-color: rgb(145,88,129); }
td.TdClassName
{
border-color: #915881;
}
.TagClassName
{
border-color: #915881;
}
</style>