Shades of Strikemaster #92527A
Tints of Strikemaster #92527A
RGB
CMYK
RGB Variations
Color information
#92527A (or 0x92527A) is known color: Strikemaster. HEX triplet: 92, 52 and 7A. RGB value is (146,82,122). Sum of RGB (Red+Green+Blue) = 146+82+122=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #92527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92527A is #6DAD85. Grayscale: #696969. Windows color (decimal): -7187846 or 8016530. OLE color: 8016530.
HSL color Cylindrical-coordinate representation of color #92527A: hue angle of 322.5º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92527A is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 122 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.43 |
| HSL | 322.5º | 0.28% | 0.45% | - |
| HSV(B) | 322.5º | 0.44% | 0.57% | - |
| XYZ | 18.38 | 13.55 | 20.06 | - |
| YUV | 105.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 122 | 0 | 0.44 | 0.16 | 0.43 | 322.5 | 0.28 | 0.45 |
| Hex | 92 | 52 | 7A | 0 | 2C | 10 | 2B | 142 | 1C | 2D |
| Octal | 222 | 122 | 172 | 0 | 54 | 20 | 53 | 502 | 34 | 55 |
| Binary | 10010010 | 1010010 | 1111010 | 0 | 101100 | 10000 | 101011 | 101000010 | 11100 | 101101 |
Color Harmonies of #92527A
Complementary color
Monochromatic Colors of #92527A
Black with #92527A
Text Example
Text Example
White with #92527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92527A; }
p { color: rgb(146,82,122); }
H1.HeaderClassName
{
color: #92527A;
}
.AnyTagClassName
{
color: #92527A;
}
</style>
background-color css
<style>
a { background-color: #92527A; }
a { background-color: rgb(146,82,122); }
div.DivClassName
{
background-color: #92527A;
}
.BgClassName
{
background-color: #92527A;
}
</style>
border-color css
<style>
span { border-color: #92527A; }
span { border-color: rgb(146,82,122); }
td.TdClassName
{
border-color: #92527A;
}
.TagClassName
{
border-color: #92527A;
}
</style>