Shades of Strikemaster #916288
Tints of Strikemaster #916288
RGB
CMYK
RGB Variations
Color information
#916288 (or 0x916288) is known color: Strikemaster. HEX triplet: 91, 62 and 88. RGB value is (145,98,136). Sum of RGB (Red+Green+Blue) = 145+98+136=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #916288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916288 is #6E9D77. Grayscale: #747474. Windows color (decimal): -7249272 or 8938129. OLE color: 8938129.
HSL color Cylindrical-coordinate representation of color #916288: hue angle of 311.49º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #916288 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 98 | 136 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.43 |
| HSL | 311.49º | 0.19% | 0.48% | - |
| HSV(B) | 311.49º | 0.32% | 0.57% | - |
| XYZ | 20.49 | 16.53 | 25.4 | - |
| YUV | 116.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 98 | 136 | 0 | 0.32 | 0.06 | 0.43 | 311.49 | 0.19 | 0.48 |
| Hex | 91 | 62 | 88 | 0 | 20 | 6 | 2B | 137 | 13 | 30 |
| Octal | 221 | 142 | 210 | 0 | 40 | 6 | 53 | 467 | 23 | 60 |
| Binary | 10010001 | 1100010 | 10001000 | 0 | 100000 | 110 | 101011 | 100110111 | 10011 | 110000 |
Color Harmonies of #916288
Complementary color
Monochromatic Colors of #916288
Black with #916288
Text Example
Text Example
White with #916288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916288; }
p { color: rgb(145,98,136); }
H1.HeaderClassName
{
color: #916288;
}
.AnyTagClassName
{
color: #916288;
}
</style>
background-color css
<style>
a { background-color: #916288; }
a { background-color: rgb(145,98,136); }
div.DivClassName
{
background-color: #916288;
}
.BgClassName
{
background-color: #916288;
}
</style>
border-color css
<style>
span { border-color: #916288; }
span { border-color: rgb(145,98,136); }
td.TdClassName
{
border-color: #916288;
}
.TagClassName
{
border-color: #916288;
}
</style>