Shades of Strikemaster #915278
Tints of Strikemaster #915278
RGB
CMYK
RGB Variations
Color information
#915278 (or 0x915278) is known color: Strikemaster. HEX triplet: 91, 52 and 78. RGB value is (145,82,120). Sum of RGB (Red+Green+Blue) = 145+82+120=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #915278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915278 is #6EAD87. Grayscale: #696969. Windows color (decimal): -7253384 or 7885457. OLE color: 7885457.
HSL color Cylindrical-coordinate representation of color #915278: hue angle of 323.81º 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 #915278 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 120 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.43 |
| HSL | 323.81º | 0.28% | 0.45% | - |
| HSV(B) | 323.81º | 0.43% | 0.57% | - |
| XYZ | 18.08 | 13.41 | 19.4 | - |
| YUV | 105.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 120 | 0 | 0.43 | 0.17 | 0.43 | 323.81 | 0.28 | 0.45 |
| Hex | 91 | 52 | 78 | 0 | 2B | 11 | 2B | 144 | 1C | 2D |
| Octal | 221 | 122 | 170 | 0 | 53 | 21 | 53 | 504 | 34 | 55 |
| Binary | 10010001 | 1010010 | 1111000 | 0 | 101011 | 10001 | 101011 | 101000100 | 11100 | 101101 |
Color Harmonies of #915278
Complementary color
Monochromatic Colors of #915278
Black with #915278
Text Example
Text Example
White with #915278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915278; }
p { color: rgb(145,82,120); }
H1.HeaderClassName
{
color: #915278;
}
.AnyTagClassName
{
color: #915278;
}
</style>
background-color css
<style>
a { background-color: #915278; }
a { background-color: rgb(145,82,120); }
div.DivClassName
{
background-color: #915278;
}
.BgClassName
{
background-color: #915278;
}
</style>
border-color css
<style>
span { border-color: #915278; }
span { border-color: rgb(145,82,120); }
td.TdClassName
{
border-color: #915278;
}
.TagClassName
{
border-color: #915278;
}
</style>