Shades of Strikemaster #935977
Tints of Strikemaster #935977
RGB
CMYK
RGB Variations
Color information
#935977 (or 0x935977) is known color: Strikemaster. HEX triplet: 93, 59 and 77. RGB value is (147,89,119). Sum of RGB (Red+Green+Blue) = 147+89+119=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #935977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935977 is #6CA688. Grayscale: #6D6D6D. Windows color (decimal): -7120521 or 7821715. OLE color: 7821715.
HSL color Cylindrical-coordinate representation of color #935977: hue angle of 328.97º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935977 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 119 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.42 |
| HSL | 328.97º | 0.25% | 0.46% | - |
| HSV(B) | 328.97º | 0.39% | 0.58% | - |
| XYZ | 18.93 | 14.68 | 19.29 | - |
| YUV | 109.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 119 | 0 | 0.39 | 0.19 | 0.42 | 328.97 | 0.25 | 0.46 |
| Hex | 93 | 59 | 77 | 0 | 27 | 13 | 2A | 149 | 19 | 2E |
| Octal | 223 | 131 | 167 | 0 | 47 | 23 | 52 | 511 | 31 | 56 |
| Binary | 10010011 | 1011001 | 1110111 | 0 | 100111 | 10011 | 101010 | 101001001 | 11001 | 101110 |
Color Harmonies of #935977
Complementary color
Monochromatic Colors of #935977
Black with #935977
Text Example
Text Example
White with #935977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935977; }
p { color: rgb(147,89,119); }
H1.HeaderClassName
{
color: #935977;
}
.AnyTagClassName
{
color: #935977;
}
</style>
background-color css
<style>
a { background-color: #935977; }
a { background-color: rgb(147,89,119); }
div.DivClassName
{
background-color: #935977;
}
.BgClassName
{
background-color: #935977;
}
</style>
border-color css
<style>
span { border-color: #935977; }
span { border-color: rgb(147,89,119); }
td.TdClassName
{
border-color: #935977;
}
.TagClassName
{
border-color: #935977;
}
</style>