Shades of Strikemaster #935982
Tints of Strikemaster #935982
RGB
CMYK
RGB Variations
Color information
#935982 (or 0x935982) is known color: Strikemaster. HEX triplet: 93, 59 and 82. RGB value is (147,89,130). Sum of RGB (Red+Green+Blue) = 147+89+130=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #935982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935982 is #6CA67D. Grayscale: #6E6E6E. Windows color (decimal): -7120510 or 8542611. OLE color: 8542611.
HSL color Cylindrical-coordinate representation of color #935982: hue angle of 317.59º 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 #935982 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 130 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.42 |
| HSL | 317.59º | 0.25% | 0.46% | - |
| HSV(B) | 317.59º | 0.39% | 0.58% | - |
| XYZ | 19.63 | 14.96 | 22.97 | - |
| YUV | 111.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 130 | 0 | 0.39 | 0.12 | 0.42 | 317.59 | 0.25 | 0.46 |
| Hex | 93 | 59 | 82 | 0 | 27 | C | 2A | 13E | 19 | 2E |
| Octal | 223 | 131 | 202 | 0 | 47 | 14 | 52 | 476 | 31 | 56 |
| Binary | 10010011 | 1011001 | 10000010 | 0 | 100111 | 1100 | 101010 | 100111110 | 11001 | 101110 |
Color Harmonies of #935982
Complementary color
Monochromatic Colors of #935982
Black with #935982
Text Example
Text Example
White with #935982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935982; }
p { color: rgb(147,89,130); }
H1.HeaderClassName
{
color: #935982;
}
.AnyTagClassName
{
color: #935982;
}
</style>
background-color css
<style>
a { background-color: #935982; }
a { background-color: rgb(147,89,130); }
div.DivClassName
{
background-color: #935982;
}
.BgClassName
{
background-color: #935982;
}
</style>
border-color css
<style>
span { border-color: #935982; }
span { border-color: rgb(147,89,130); }
td.TdClassName
{
border-color: #935982;
}
.TagClassName
{
border-color: #935982;
}
</style>