Shades of Strikemaster #935782
Tints of Strikemaster #935782
RGB
CMYK
RGB Variations
Color information
#935782 (or 0x935782) is known color: Strikemaster. HEX triplet: 93, 57 and 82. RGB value is (147,87,130). Sum of RGB (Red+Green+Blue) = 147+87+130=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #935782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935782 is #6CA87D. Grayscale: #6D6D6D. Windows color (decimal): -7121022 or 8542099. OLE color: 8542099.
HSL color Cylindrical-coordinate representation of color #935782: hue angle of 317º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #935782 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 87 | 130 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.42 |
| HSL | 317º | 0.26% | 0.46% | - |
| HSV(B) | 317º | 0.41% | 0.58% | - |
| XYZ | 19.47 | 14.63 | 22.92 | - |
| YUV | 109.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 130 | 0 | 0.41 | 0.12 | 0.42 | 317 | 0.26 | 0.46 |
| Hex | 93 | 57 | 82 | 0 | 29 | C | 2A | 13D | 1A | 2E |
| Octal | 223 | 127 | 202 | 0 | 51 | 14 | 52 | 475 | 32 | 56 |
| Binary | 10010011 | 1010111 | 10000010 | 0 | 101001 | 1100 | 101010 | 100111101 | 11010 | 101110 |
Color Harmonies of #935782
Complementary color
Monochromatic Colors of #935782
Black with #935782
Text Example
Text Example
White with #935782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935782; }
p { color: rgb(147,87,130); }
H1.HeaderClassName
{
color: #935782;
}
.AnyTagClassName
{
color: #935782;
}
</style>
background-color css
<style>
a { background-color: #935782; }
a { background-color: rgb(147,87,130); }
div.DivClassName
{
background-color: #935782;
}
.BgClassName
{
background-color: #935782;
}
</style>
border-color css
<style>
span { border-color: #935782; }
span { border-color: rgb(147,87,130); }
td.TdClassName
{
border-color: #935782;
}
.TagClassName
{
border-color: #935782;
}
</style>