Shades of Strikemaster #92527E
Tints of Strikemaster #92527E
RGB
CMYK
RGB Variations
Color information
#92527E (or 0x92527E) is known color: Strikemaster. HEX triplet: 92, 52 and 7E. RGB value is (146,82,126). Sum of RGB (Red+Green+Blue) = 146+82+126=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #92527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92527E is #6DAD81. Grayscale: #6A6A6A. Windows color (decimal): -7187842 or 8278674. OLE color: 8278674.
HSL color Cylindrical-coordinate representation of color #92527E: hue angle of 318.75º 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 #92527E is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 126 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.43 |
| HSL | 318.75º | 0.28% | 0.45% | - |
| HSV(B) | 318.75º | 0.44% | 0.57% | - |
| XYZ | 18.64 | 13.65 | 21.39 | - |
| YUV | 106.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 126 | 0 | 0.44 | 0.14 | 0.43 | 318.75 | 0.28 | 0.45 |
| Hex | 92 | 52 | 7E | 0 | 2C | E | 2B | 13F | 1C | 2D |
| Octal | 222 | 122 | 176 | 0 | 54 | 16 | 53 | 477 | 34 | 55 |
| Binary | 10010010 | 1010010 | 1111110 | 0 | 101100 | 1110 | 101011 | 100111111 | 11100 | 101101 |
Color Harmonies of #92527E
Complementary color
Monochromatic Colors of #92527E
Black with #92527E
Text Example
Text Example
White with #92527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92527E; }
p { color: rgb(146,82,126); }
H1.HeaderClassName
{
color: #92527E;
}
.AnyTagClassName
{
color: #92527E;
}
</style>
background-color css
<style>
a { background-color: #92527E; }
a { background-color: rgb(146,82,126); }
div.DivClassName
{
background-color: #92527E;
}
.BgClassName
{
background-color: #92527E;
}
</style>
border-color css
<style>
span { border-color: #92527E; }
span { border-color: rgb(146,82,126); }
td.TdClassName
{
border-color: #92527E;
}
.TagClassName
{
border-color: #92527E;
}
</style>