Shades of Strikemaster #926278
Tints of Strikemaster #926278
RGB
CMYK
RGB Variations
Color information
#926278 (or 0x926278) is known color: Strikemaster. HEX triplet: 92, 62 and 78. RGB value is (146,98,120). Sum of RGB (Red+Green+Blue) = 146+98+120=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #926278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926278 is #6D9D87. Grayscale: #727272. Windows color (decimal): -7183752 or 7889554. OLE color: 7889554.
HSL color Cylindrical-coordinate representation of color #926278: hue angle of 332.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 #926278 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 98 | 120 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.43 |
| HSL | 332.5º | 0.2% | 0.48% | - |
| HSV(B) | 332.5º | 0.33% | 0.57% | - |
| XYZ | 19.61 | 16.2 | 19.86 | - |
| YUV | 114.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 120 | 0 | 0.33 | 0.18 | 0.43 | 332.5 | 0.2 | 0.48 |
| Hex | 92 | 62 | 78 | 0 | 21 | 12 | 2B | 14C | 14 | 30 |
| Octal | 222 | 142 | 170 | 0 | 41 | 22 | 53 | 514 | 24 | 60 |
| Binary | 10010010 | 1100010 | 1111000 | 0 | 100001 | 10010 | 101011 | 101001100 | 10100 | 110000 |
Color Harmonies of #926278
Complementary color
Monochromatic Colors of #926278
Black with #926278
Text Example
Text Example
White with #926278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926278; }
p { color: rgb(146,98,120); }
H1.HeaderClassName
{
color: #926278;
}
.AnyTagClassName
{
color: #926278;
}
</style>
background-color css
<style>
a { background-color: #926278; }
a { background-color: rgb(146,98,120); }
div.DivClassName
{
background-color: #926278;
}
.BgClassName
{
background-color: #926278;
}
</style>
border-color css
<style>
span { border-color: #926278; }
span { border-color: rgb(146,98,120); }
td.TdClassName
{
border-color: #926278;
}
.TagClassName
{
border-color: #926278;
}
</style>