Shades of Strikemaster #935983
Tints of Strikemaster #935983
RGB
CMYK
RGB Variations
Color information
#935983 (or 0x935983) is known color: Strikemaster. HEX triplet: 93, 59 and 83. RGB value is (147,89,131). Sum of RGB (Red+Green+Blue) = 147+89+131=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #935983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935983 is #6CA67C. Grayscale: #6F6F6F. Windows color (decimal): -7120509 or 8608147. OLE color: 8608147.
HSL color Cylindrical-coordinate representation of color #935983: hue angle of 316.55º 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 #935983 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 131 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.42 |
| HSL | 316.55º | 0.25% | 0.46% | - |
| HSV(B) | 316.55º | 0.39% | 0.58% | - |
| XYZ | 19.7 | 14.99 | 23.33 | - |
| YUV | 111.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 131 | 0 | 0.39 | 0.11 | 0.42 | 316.55 | 0.25 | 0.46 |
| Hex | 93 | 59 | 83 | 0 | 27 | B | 2A | 13D | 19 | 2E |
| Octal | 223 | 131 | 203 | 0 | 47 | 13 | 52 | 475 | 31 | 56 |
| Binary | 10010011 | 1011001 | 10000011 | 0 | 100111 | 1011 | 101010 | 100111101 | 11001 | 101110 |
Color Harmonies of #935983
Complementary color
Monochromatic Colors of #935983
Black with #935983
Text Example
Text Example
White with #935983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935983; }
p { color: rgb(147,89,131); }
H1.HeaderClassName
{
color: #935983;
}
.AnyTagClassName
{
color: #935983;
}
</style>
background-color css
<style>
a { background-color: #935983; }
a { background-color: rgb(147,89,131); }
div.DivClassName
{
background-color: #935983;
}
.BgClassName
{
background-color: #935983;
}
</style>
border-color css
<style>
span { border-color: #935983; }
span { border-color: rgb(147,89,131); }
td.TdClassName
{
border-color: #935983;
}
.TagClassName
{
border-color: #935983;
}
</style>