Shades of Strikemaster #925D7D
Tints of Strikemaster #925D7D
RGB
CMYK
RGB Variations
Color information
#925D7D (or 0x925D7D) is known color: Strikemaster. HEX triplet: 92, 5D and 7D. RGB value is (146,93,125). Sum of RGB (Red+Green+Blue) = 146+93+125=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #925D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D7D is #6DA282. Grayscale: #707070. Windows color (decimal): -7185027 or 8215954. OLE color: 8215954.
HSL color Cylindrical-coordinate representation of color #925D7D: hue angle of 323.77º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925D7D is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 125 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.43 |
| HSL | 323.77º | 0.22% | 0.47% | - |
| HSV(B) | 323.77º | 0.36% | 0.57% | - |
| XYZ | 19.47 | 15.42 | 21.35 | - |
| YUV | 112.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 125 | 0 | 0.36 | 0.14 | 0.43 | 323.77 | 0.22 | 0.47 |
| Hex | 92 | 5D | 7D | 0 | 24 | E | 2B | 144 | 16 | 2F |
| Octal | 222 | 135 | 175 | 0 | 44 | 16 | 53 | 504 | 26 | 57 |
| Binary | 10010010 | 1011101 | 1111101 | 0 | 100100 | 1110 | 101011 | 101000100 | 10110 | 101111 |
Color Harmonies of #925D7D
Complementary color
Monochromatic Colors of #925D7D
Black with #925D7D
Text Example
Text Example
White with #925D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D7D; }
p { color: rgb(146,93,125); }
H1.HeaderClassName
{
color: #925D7D;
}
.AnyTagClassName
{
color: #925D7D;
}
</style>
background-color css
<style>
a { background-color: #925D7D; }
a { background-color: rgb(146,93,125); }
div.DivClassName
{
background-color: #925D7D;
}
.BgClassName
{
background-color: #925D7D;
}
</style>
border-color css
<style>
span { border-color: #925D7D; }
span { border-color: rgb(146,93,125); }
td.TdClassName
{
border-color: #925D7D;
}
.TagClassName
{
border-color: #925D7D;
}
</style>