Shades of Strikemaster #925C81
Tints of Strikemaster #925C81
RGB
CMYK
RGB Variations
Color information
#925C81 (or 0x925C81) is known color: Strikemaster. HEX triplet: 92, 5C and 81. RGB value is (146,92,129). Sum of RGB (Red+Green+Blue) = 146+92+129=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #925C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925C81 is #6DA37E. Grayscale: #707070. Windows color (decimal): -7185279 or 8477842. OLE color: 8477842.
HSL color Cylindrical-coordinate representation of color #925C81: hue angle of 318.89º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #925C81 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 129 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.43 |
| HSL | 318.89º | 0.23% | 0.47% | - |
| HSV(B) | 318.89º | 0.37% | 0.57% | - |
| XYZ | 19.64 | 15.35 | 22.7 | - |
| YUV | 112.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 129 | 0 | 0.37 | 0.12 | 0.43 | 318.89 | 0.23 | 0.47 |
| Hex | 92 | 5C | 81 | 0 | 25 | C | 2B | 13F | 17 | 2F |
| Octal | 222 | 134 | 201 | 0 | 45 | 14 | 53 | 477 | 27 | 57 |
| Binary | 10010010 | 1011100 | 10000001 | 0 | 100101 | 1100 | 101011 | 100111111 | 10111 | 101111 |
Color Harmonies of #925C81
Complementary color
Monochromatic Colors of #925C81
Black with #925C81
Text Example
Text Example
White with #925C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C81; }
p { color: rgb(146,92,129); }
H1.HeaderClassName
{
color: #925C81;
}
.AnyTagClassName
{
color: #925C81;
}
</style>
background-color css
<style>
a { background-color: #925C81; }
a { background-color: rgb(146,92,129); }
div.DivClassName
{
background-color: #925C81;
}
.BgClassName
{
background-color: #925C81;
}
</style>
border-color css
<style>
span { border-color: #925C81; }
span { border-color: rgb(146,92,129); }
td.TdClassName
{
border-color: #925C81;
}
.TagClassName
{
border-color: #925C81;
}
</style>