Shades of Strikemaster #925E84
Tints of Strikemaster #925E84
RGB
CMYK
RGB Variations
Color information
#925E84 (or 0x925E84) is known color: Strikemaster. HEX triplet: 92, 5E and 84. RGB value is (146,94,132). Sum of RGB (Red+Green+Blue) = 146+94+132=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #925E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925E84 is #6DA17B. Grayscale: #717171. Windows color (decimal): -7184764 or 8674962. OLE color: 8674962.
HSL color Cylindrical-coordinate representation of color #925E84: hue angle of 316.15º 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 #925E84 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 94 | 132 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.43 |
| HSL | 316.15º | 0.22% | 0.47% | - |
| HSV(B) | 316.15º | 0.36% | 0.57% | - |
| XYZ | 20.02 | 15.78 | 23.82 | - |
| YUV | 113.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 94 | 132 | 0 | 0.36 | 0.10 | 0.43 | 316.15 | 0.22 | 0.47 |
| Hex | 92 | 5E | 84 | 0 | 24 | A | 2B | 13C | 16 | 2F |
| Octal | 222 | 136 | 204 | 0 | 44 | 12 | 53 | 474 | 26 | 57 |
| Binary | 10010010 | 1011110 | 10000100 | 0 | 100100 | 1010 | 101011 | 100111100 | 10110 | 101111 |
Color Harmonies of #925E84
Complementary color
Monochromatic Colors of #925E84
Black with #925E84
Text Example
Text Example
White with #925E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925E84; }
p { color: rgb(146,94,132); }
H1.HeaderClassName
{
color: #925E84;
}
.AnyTagClassName
{
color: #925E84;
}
</style>
background-color css
<style>
a { background-color: #925E84; }
a { background-color: rgb(146,94,132); }
div.DivClassName
{
background-color: #925E84;
}
.BgClassName
{
background-color: #925E84;
}
</style>
border-color css
<style>
span { border-color: #925E84; }
span { border-color: rgb(146,94,132); }
td.TdClassName
{
border-color: #925E84;
}
.TagClassName
{
border-color: #925E84;
}
</style>