Shades of Strikemaster #925A85
Tints of Strikemaster #925A85
RGB
CMYK
RGB Variations
Color information
#925A85 (or 0x925A85) is known color: Strikemaster. HEX triplet: 92, 5A and 85. RGB value is (146,90,133). Sum of RGB (Red+Green+Blue) = 146+90+133=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #925A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925A85 is #6DA57A. Grayscale: #6F6F6F. Windows color (decimal): -7185787 or 8739474. OLE color: 8739474.
HSL color Cylindrical-coordinate representation of color #925A85: hue angle of 313.93º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A85 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 90 | 133 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.43 |
| HSL | 313.93º | 0.24% | 0.46% | - |
| HSV(B) | 313.93º | 0.38% | 0.57% | - |
| XYZ | 19.74 | 15.12 | 24.07 | - |
| YUV | 111.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 133 | 0 | 0.38 | 0.09 | 0.43 | 313.93 | 0.24 | 0.46 |
| Hex | 92 | 5A | 85 | 0 | 26 | 9 | 2B | 13A | 18 | 2E |
| Octal | 222 | 132 | 205 | 0 | 46 | 11 | 53 | 472 | 30 | 56 |
| Binary | 10010010 | 1011010 | 10000101 | 0 | 100110 | 1001 | 101011 | 100111010 | 11000 | 101110 |
Color Harmonies of #925A85
Complementary color
Monochromatic Colors of #925A85
Black with #925A85
Text Example
Text Example
White with #925A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925A85; }
p { color: rgb(146,90,133); }
H1.HeaderClassName
{
color: #925A85;
}
.AnyTagClassName
{
color: #925A85;
}
</style>
background-color css
<style>
a { background-color: #925A85; }
a { background-color: rgb(146,90,133); }
div.DivClassName
{
background-color: #925A85;
}
.BgClassName
{
background-color: #925A85;
}
</style>
border-color css
<style>
span { border-color: #925A85; }
span { border-color: rgb(146,90,133); }
td.TdClassName
{
border-color: #925A85;
}
.TagClassName
{
border-color: #925A85;
}
</style>