Shades of Strikemaster #92547E
Tints of Strikemaster #92547E
RGB
CMYK
RGB Variations
Color information
#92547E (or 0x92547E) is known color: Strikemaster. HEX triplet: 92, 54 and 7E. RGB value is (146,84,126). Sum of RGB (Red+Green+Blue) = 146+84+126=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #92547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92547E is #6DAB81. Grayscale: #6B6B6B. Windows color (decimal): -7187330 or 8279186. OLE color: 8279186.
HSL color Cylindrical-coordinate representation of color #92547E: hue angle of 319.35º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92547E is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 84 | 126 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.43 |
| HSL | 319.35º | 0.27% | 0.45% | - |
| HSV(B) | 319.35º | 0.42% | 0.57% | - |
| XYZ | 18.79 | 13.96 | 21.44 | - |
| YUV | 107.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 126 | 0 | 0.42 | 0.14 | 0.43 | 319.35 | 0.27 | 0.45 |
| Hex | 92 | 54 | 7E | 0 | 2A | E | 2B | 13F | 1B | 2D |
| Octal | 222 | 124 | 176 | 0 | 52 | 16 | 53 | 477 | 33 | 55 |
| Binary | 10010010 | 1010100 | 1111110 | 0 | 101010 | 1110 | 101011 | 100111111 | 11011 | 101101 |
Color Harmonies of #92547E
Complementary color
Monochromatic Colors of #92547E
Black with #92547E
Text Example
Text Example
White with #92547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92547E; }
p { color: rgb(146,84,126); }
H1.HeaderClassName
{
color: #92547E;
}
.AnyTagClassName
{
color: #92547E;
}
</style>
background-color css
<style>
a { background-color: #92547E; }
a { background-color: rgb(146,84,126); }
div.DivClassName
{
background-color: #92547E;
}
.BgClassName
{
background-color: #92547E;
}
</style>
border-color css
<style>
span { border-color: #92547E; }
span { border-color: rgb(146,84,126); }
td.TdClassName
{
border-color: #92547E;
}
.TagClassName
{
border-color: #92547E;
}
</style>