Shades of Strikemaster #925E7C
Tints of Strikemaster #925E7C
RGB
CMYK
RGB Variations
Color information
#925E7C (or 0x925E7C) is known color: Strikemaster. HEX triplet: 92, 5E and 7C. RGB value is (146,94,124). Sum of RGB (Red+Green+Blue) = 146+94+124=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #925E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E7C is #6DA183. Grayscale: #707070. Windows color (decimal): -7184772 or 8150674. OLE color: 8150674.
HSL color Cylindrical-coordinate representation of color #925E7C: hue angle of 325.38º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925E7C is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 94 | 124 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.43 |
| HSL | 325.38º | 0.22% | 0.47% | - |
| HSV(B) | 325.38º | 0.36% | 0.57% | - |
| XYZ | 19.49 | 15.57 | 21.05 | - |
| YUV | 112.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 94 | 124 | 0 | 0.36 | 0.15 | 0.43 | 325.38 | 0.22 | 0.47 |
| Hex | 92 | 5E | 7C | 0 | 24 | F | 2B | 145 | 16 | 2F |
| Octal | 222 | 136 | 174 | 0 | 44 | 17 | 53 | 505 | 26 | 57 |
| Binary | 10010010 | 1011110 | 1111100 | 0 | 100100 | 1111 | 101011 | 101000101 | 10110 | 101111 |
Color Harmonies of #925E7C
Complementary color
Monochromatic Colors of #925E7C
Black with #925E7C
Text Example
Text Example
White with #925E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925E7C; }
p { color: rgb(146,94,124); }
H1.HeaderClassName
{
color: #925E7C;
}
.AnyTagClassName
{
color: #925E7C;
}
</style>
background-color css
<style>
a { background-color: #925E7C; }
a { background-color: rgb(146,94,124); }
div.DivClassName
{
background-color: #925E7C;
}
.BgClassName
{
background-color: #925E7C;
}
</style>
border-color css
<style>
span { border-color: #925E7C; }
span { border-color: rgb(146,94,124); }
td.TdClassName
{
border-color: #925E7C;
}
.TagClassName
{
border-color: #925E7C;
}
</style>