Shades of Strikemaster #926588
Tints of Strikemaster #926588
RGB
CMYK
RGB Variations
Color information
#926588 (or 0x926588) is known color: Strikemaster. HEX triplet: 92, 65 and 88. RGB value is (146,101,136). Sum of RGB (Red+Green+Blue) = 146+101+136=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 146 - color contains mainly: red. Hex color #926588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926588 is #6D9A77. Grayscale: #767676. Windows color (decimal): -7182968 or 8938898. OLE color: 8938898.
HSL color Cylindrical-coordinate representation of color #926588: hue angle of 313.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #926588 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 101 | 136 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.43 |
| HSL | 313.33º | 0.18% | 0.48% | - |
| HSV(B) | 313.33º | 0.31% | 0.57% | - |
| XYZ | 20.95 | 17.2 | 25.51 | - |
| YUV | 118.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 101 | 136 | 0 | 0.31 | 0.07 | 0.43 | 313.33 | 0.18 | 0.48 |
| Hex | 92 | 65 | 88 | 0 | 1F | 7 | 2B | 139 | 12 | 30 |
| Octal | 222 | 145 | 210 | 0 | 37 | 7 | 53 | 471 | 22 | 60 |
| Binary | 10010010 | 1100101 | 10001000 | 0 | 11111 | 111 | 101011 | 100111001 | 10010 | 110000 |
Color Harmonies of #926588
Complementary color
Monochromatic Colors of #926588
Black with #926588
Text Example
Text Example
White with #926588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926588; }
p { color: rgb(146,101,136); }
H1.HeaderClassName
{
color: #926588;
}
.AnyTagClassName
{
color: #926588;
}
</style>
background-color css
<style>
a { background-color: #926588; }
a { background-color: rgb(146,101,136); }
div.DivClassName
{
background-color: #926588;
}
.BgClassName
{
background-color: #926588;
}
</style>
border-color css
<style>
span { border-color: #926588; }
span { border-color: rgb(146,101,136); }
td.TdClassName
{
border-color: #926588;
}
.TagClassName
{
border-color: #926588;
}
</style>