Shades of Strikemaster #925180
Tints of Strikemaster #925180
RGB
CMYK
RGB Variations
Color information
#925180 (or 0x925180) is known color: Strikemaster. HEX triplet: 92, 51 and 80. RGB value is (146,81,128). Sum of RGB (Red+Green+Blue) = 146+81+128=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #925180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925180 is #6DAE7F. Grayscale: #696969. Windows color (decimal): -7188096 or 8409490. OLE color: 8409490.
HSL color Cylindrical-coordinate representation of color #925180: hue angle of 316.62º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #925180 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 81 | 128 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.43 |
| HSL | 316.62º | 0.29% | 0.45% | - |
| HSV(B) | 316.62º | 0.45% | 0.57% | - |
| XYZ | 18.69 | 13.55 | 22.05 | - |
| YUV | 105.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 128 | 0 | 0.45 | 0.12 | 0.43 | 316.62 | 0.29 | 0.45 |
| Hex | 92 | 51 | 80 | 0 | 2D | C | 2B | 13D | 1D | 2D |
| Octal | 222 | 121 | 200 | 0 | 55 | 14 | 53 | 475 | 35 | 55 |
| Binary | 10010010 | 1010001 | 10000000 | 0 | 101101 | 1100 | 101011 | 100111101 | 11101 | 101101 |
Color Harmonies of #925180
Complementary color
Monochromatic Colors of #925180
Black with #925180
Text Example
Text Example
White with #925180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925180; }
p { color: rgb(146,81,128); }
H1.HeaderClassName
{
color: #925180;
}
.AnyTagClassName
{
color: #925180;
}
</style>
background-color css
<style>
a { background-color: #925180; }
a { background-color: rgb(146,81,128); }
div.DivClassName
{
background-color: #925180;
}
.BgClassName
{
background-color: #925180;
}
</style>
border-color css
<style>
span { border-color: #925180; }
span { border-color: rgb(146,81,128); }
td.TdClassName
{
border-color: #925180;
}
.TagClassName
{
border-color: #925180;
}
</style>