Shades of Strikemaster #935984
Tints of Strikemaster #935984
RGB
CMYK
RGB Variations
Color information
#935984 (or 0x935984) is known color: Strikemaster. HEX triplet: 93, 59 and 84. RGB value is (147,89,132). Sum of RGB (Red+Green+Blue) = 147+89+132=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 147 - color contains mainly: red. Hex color #935984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935984 is #6CA67B. Grayscale: #6F6F6F. Windows color (decimal): -7120508 or 8673683. OLE color: 8673683.
HSL color Cylindrical-coordinate representation of color #935984: hue angle of 315.52º 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 #935984 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 132 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.42 |
| HSL | 315.52º | 0.25% | 0.46% | - |
| HSV(B) | 315.52º | 0.39% | 0.58% | - |
| XYZ | 19.77 | 15.01 | 23.69 | - |
| YUV | 111.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 132 | 0 | 0.39 | 0.10 | 0.42 | 315.52 | 0.25 | 0.46 |
| Hex | 93 | 59 | 84 | 0 | 27 | A | 2A | 13C | 19 | 2E |
| Octal | 223 | 131 | 204 | 0 | 47 | 12 | 52 | 474 | 31 | 56 |
| Binary | 10010011 | 1011001 | 10000100 | 0 | 100111 | 1010 | 101010 | 100111100 | 11001 | 101110 |
Color Harmonies of #935984
Complementary color
Monochromatic Colors of #935984
Black with #935984
Text Example
Text Example
White with #935984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935984; }
p { color: rgb(147,89,132); }
H1.HeaderClassName
{
color: #935984;
}
.AnyTagClassName
{
color: #935984;
}
</style>
background-color css
<style>
a { background-color: #935984; }
a { background-color: rgb(147,89,132); }
div.DivClassName
{
background-color: #935984;
}
.BgClassName
{
background-color: #935984;
}
</style>
border-color css
<style>
span { border-color: #935984; }
span { border-color: rgb(147,89,132); }
td.TdClassName
{
border-color: #935984;
}
.TagClassName
{
border-color: #935984;
}
</style>