Shades of Strikemaster #926288
Tints of Strikemaster #926288
RGB
CMYK
RGB Variations
Color information
#926288 (or 0x926288) is known color: Strikemaster. HEX triplet: 92, 62 and 88. RGB value is (146,98,136). Sum of RGB (Red+Green+Blue) = 146+98+136=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 146 - color contains mainly: red. Hex color #926288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926288 is #6D9D77. Grayscale: #747474. Windows color (decimal): -7183736 or 8938130. OLE color: 8938130.
HSL color Cylindrical-coordinate representation of color #926288: hue angle of 312.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #926288 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 98 | 136 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.43 |
| HSL | 312.5º | 0.2% | 0.48% | - |
| HSV(B) | 312.5º | 0.33% | 0.57% | - |
| XYZ | 20.67 | 16.62 | 25.41 | - |
| YUV | 116.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 136 | 0 | 0.33 | 0.07 | 0.43 | 312.5 | 0.2 | 0.48 |
| Hex | 92 | 62 | 88 | 0 | 21 | 7 | 2B | 138 | 14 | 30 |
| Octal | 222 | 142 | 210 | 0 | 41 | 7 | 53 | 470 | 24 | 60 |
| Binary | 10010010 | 1100010 | 10001000 | 0 | 100001 | 111 | 101011 | 100111000 | 10100 | 110000 |
Color Harmonies of #926288
Complementary color
Monochromatic Colors of #926288
Black with #926288
Text Example
Text Example
White with #926288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926288; }
p { color: rgb(146,98,136); }
H1.HeaderClassName
{
color: #926288;
}
.AnyTagClassName
{
color: #926288;
}
</style>
background-color css
<style>
a { background-color: #926288; }
a { background-color: rgb(146,98,136); }
div.DivClassName
{
background-color: #926288;
}
.BgClassName
{
background-color: #926288;
}
</style>
border-color css
<style>
span { border-color: #926288; }
span { border-color: rgb(146,98,136); }
td.TdClassName
{
border-color: #926288;
}
.TagClassName
{
border-color: #926288;
}
</style>