Shades of Strikemaster #915281
Tints of Strikemaster #915281
RGB
CMYK
RGB Variations
Color information
#915281 (or 0x915281) is known color: Strikemaster. HEX triplet: 91, 52 and 81. RGB value is (145,82,129). Sum of RGB (Red+Green+Blue) = 145+82+129=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #915281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915281 is #6EAD7E. Grayscale: #6A6A6A. Windows color (decimal): -7253375 or 8475281. OLE color: 8475281.
HSL color Cylindrical-coordinate representation of color #915281: hue angle of 315.24º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #915281 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 129 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.43 |
| HSL | 315.24º | 0.28% | 0.45% | - |
| HSV(B) | 315.24º | 0.43% | 0.57% | - |
| XYZ | 18.66 | 13.64 | 22.42 | - |
| YUV | 106.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 129 | 0 | 0.43 | 0.11 | 0.43 | 315.24 | 0.28 | 0.45 |
| Hex | 91 | 52 | 81 | 0 | 2B | B | 2B | 13B | 1C | 2D |
| Octal | 221 | 122 | 201 | 0 | 53 | 13 | 53 | 473 | 34 | 55 |
| Binary | 10010001 | 1010010 | 10000001 | 0 | 101011 | 1011 | 101011 | 100111011 | 11100 | 101101 |
Color Harmonies of #915281
Complementary color
Monochromatic Colors of #915281
Black with #915281
Text Example
Text Example
White with #915281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915281; }
p { color: rgb(145,82,129); }
H1.HeaderClassName
{
color: #915281;
}
.AnyTagClassName
{
color: #915281;
}
</style>
background-color css
<style>
a { background-color: #915281; }
a { background-color: rgb(145,82,129); }
div.DivClassName
{
background-color: #915281;
}
.BgClassName
{
background-color: #915281;
}
</style>
border-color css
<style>
span { border-color: #915281; }
span { border-color: rgb(145,82,129); }
td.TdClassName
{
border-color: #915281;
}
.TagClassName
{
border-color: #915281;
}
</style>