Shades of Strikemaster #925878
Tints of Strikemaster #925878
RGB
CMYK
RGB Variations
Color information
#925878 (or 0x925878) is known color: Strikemaster. HEX triplet: 92, 58 and 78. RGB value is (146,88,120). Sum of RGB (Red+Green+Blue) = 146+88+120=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #925878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925878 is #6DA787. Grayscale: #6C6C6C. Windows color (decimal): -7186312 or 7886994. OLE color: 7886994.
HSL color Cylindrical-coordinate representation of color #925878: hue angle of 326.9º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925878 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 120 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.43 |
| HSL | 326.9º | 0.25% | 0.46% | - |
| HSV(B) | 326.9º | 0.4% | 0.57% | - |
| XYZ | 18.73 | 14.45 | 19.57 | - |
| YUV | 108.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 120 | 0 | 0.40 | 0.18 | 0.43 | 326.9 | 0.25 | 0.46 |
| Hex | 92 | 58 | 78 | 0 | 28 | 12 | 2B | 147 | 19 | 2E |
| Octal | 222 | 130 | 170 | 0 | 50 | 22 | 53 | 507 | 31 | 56 |
| Binary | 10010010 | 1011000 | 1111000 | 0 | 101000 | 10010 | 101011 | 101000111 | 11001 | 101110 |
Color Harmonies of #925878
Complementary color
Monochromatic Colors of #925878
Black with #925878
Text Example
Text Example
White with #925878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925878; }
p { color: rgb(146,88,120); }
H1.HeaderClassName
{
color: #925878;
}
.AnyTagClassName
{
color: #925878;
}
</style>
background-color css
<style>
a { background-color: #925878; }
a { background-color: rgb(146,88,120); }
div.DivClassName
{
background-color: #925878;
}
.BgClassName
{
background-color: #925878;
}
</style>
border-color css
<style>
span { border-color: #925878; }
span { border-color: rgb(146,88,120); }
td.TdClassName
{
border-color: #925878;
}
.TagClassName
{
border-color: #925878;
}
</style>