Shades of Strikemaster #926280
Tints of Strikemaster #926280
RGB
CMYK
RGB Variations
Color information
#926280 (or 0x926280) is known color: Strikemaster. HEX triplet: 92, 62 and 80. RGB value is (146,98,128). Sum of RGB (Red+Green+Blue) = 146+98+128=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #926280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926280 is #6D9D7F. Grayscale: #737373. Windows color (decimal): -7183744 or 8413842. OLE color: 8413842.
HSL color Cylindrical-coordinate representation of color #926280: hue angle of 322.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 #926280 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 98 | 128 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.43 |
| HSL | 322.5º | 0.2% | 0.48% | - |
| HSV(B) | 322.5º | 0.33% | 0.57% | - |
| XYZ | 20.12 | 16.4 | 22.53 | - |
| YUV | 115.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 128 | 0 | 0.33 | 0.12 | 0.43 | 322.5 | 0.2 | 0.48 |
| Hex | 92 | 62 | 80 | 0 | 21 | C | 2B | 142 | 14 | 30 |
| Octal | 222 | 142 | 200 | 0 | 41 | 14 | 53 | 502 | 24 | 60 |
| Binary | 10010010 | 1100010 | 10000000 | 0 | 100001 | 1100 | 101011 | 101000010 | 10100 | 110000 |
Color Harmonies of #926280
Complementary color
Monochromatic Colors of #926280
Black with #926280
Text Example
Text Example
White with #926280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926280; }
p { color: rgb(146,98,128); }
H1.HeaderClassName
{
color: #926280;
}
.AnyTagClassName
{
color: #926280;
}
</style>
background-color css
<style>
a { background-color: #926280; }
a { background-color: rgb(146,98,128); }
div.DivClassName
{
background-color: #926280;
}
.BgClassName
{
background-color: #926280;
}
</style>
border-color css
<style>
span { border-color: #926280; }
span { border-color: rgb(146,98,128); }
td.TdClassName
{
border-color: #926280;
}
.TagClassName
{
border-color: #926280;
}
</style>