Shades of Strikemaster #925880
Tints of Strikemaster #925880
RGB
CMYK
RGB Variations
Color information
#925880 (or 0x925880) is known color: Strikemaster. HEX triplet: 92, 58 and 80. RGB value is (146,88,128). Sum of RGB (Red+Green+Blue) = 146+88+128=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #925880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925880 is #6DA77F. Grayscale: #6D6D6D. Windows color (decimal): -7186304 or 8411282. OLE color: 8411282.
HSL color Cylindrical-coordinate representation of color #925880: hue angle of 318.62º 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 #925880 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 128 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.43 |
| HSL | 318.62º | 0.25% | 0.46% | - |
| HSV(B) | 318.62º | 0.4% | 0.57% | - |
| XYZ | 19.24 | 14.65 | 22.24 | - |
| YUV | 109.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 128 | 0 | 0.40 | 0.12 | 0.43 | 318.62 | 0.25 | 0.46 |
| Hex | 92 | 58 | 80 | 0 | 28 | C | 2B | 13F | 19 | 2E |
| Octal | 222 | 130 | 200 | 0 | 50 | 14 | 53 | 477 | 31 | 56 |
| Binary | 10010010 | 1011000 | 10000000 | 0 | 101000 | 1100 | 101011 | 100111111 | 11001 | 101110 |
Color Harmonies of #925880
Complementary color
Monochromatic Colors of #925880
Black with #925880
Text Example
Text Example
White with #925880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925880; }
p { color: rgb(146,88,128); }
H1.HeaderClassName
{
color: #925880;
}
.AnyTagClassName
{
color: #925880;
}
</style>
background-color css
<style>
a { background-color: #925880; }
a { background-color: rgb(146,88,128); }
div.DivClassName
{
background-color: #925880;
}
.BgClassName
{
background-color: #925880;
}
</style>
border-color css
<style>
span { border-color: #925880; }
span { border-color: rgb(146,88,128); }
td.TdClassName
{
border-color: #925880;
}
.TagClassName
{
border-color: #925880;
}
</style>