Shades of Strikemaster #926880
Tints of Strikemaster #926880
RGB
CMYK
RGB Variations
Color information
#926880 (or 0x926880) is known color: Strikemaster. HEX triplet: 92, 68 and 80. RGB value is (146,104,128). Sum of RGB (Red+Green+Blue) = 146+104+128=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #926880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926880 is #6D977F. Grayscale: #777777. Windows color (decimal): -7182208 or 8415378. OLE color: 8415378.
HSL color Cylindrical-coordinate representation of color #926880: hue angle of 325.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #926880 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 104 | 128 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.43 |
| HSL | 325.71º | 0.17% | 0.49% | - |
| HSV(B) | 325.71º | 0.29% | 0.57% | - |
| XYZ | 20.7 | 17.57 | 22.72 | - |
| YUV | 119.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 128 | 0 | 0.29 | 0.12 | 0.43 | 325.71 | 0.17 | 0.49 |
| Hex | 92 | 68 | 80 | 0 | 1D | C | 2B | 146 | 11 | 31 |
| Octal | 222 | 150 | 200 | 0 | 35 | 14 | 53 | 506 | 21 | 61 |
| Binary | 10010010 | 1101000 | 10000000 | 0 | 11101 | 1100 | 101011 | 101000110 | 10001 | 110001 |
Color Harmonies of #926880
Complementary color
Monochromatic Colors of #926880
Black with #926880
Text Example
Text Example
White with #926880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926880; }
p { color: rgb(146,104,128); }
H1.HeaderClassName
{
color: #926880;
}
.AnyTagClassName
{
color: #926880;
}
</style>
background-color css
<style>
a { background-color: #926880; }
a { background-color: rgb(146,104,128); }
div.DivClassName
{
background-color: #926880;
}
.BgClassName
{
background-color: #926880;
}
</style>
border-color css
<style>
span { border-color: #926880; }
span { border-color: rgb(146,104,128); }
td.TdClassName
{
border-color: #926880;
}
.TagClassName
{
border-color: #926880;
}
</style>