Shades of Strikemaster #935182
Tints of Strikemaster #935182
RGB
CMYK
RGB Variations
Color information
#935182 (or 0x935182) is known color: Strikemaster. HEX triplet: 93, 51 and 82. RGB value is (147,81,130). Sum of RGB (Red+Green+Blue) = 147+81+130=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #935182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935182 is #6CAE7D. Grayscale: #6A6A6A. Windows color (decimal): -7122558 or 8540563. OLE color: 8540563.
HSL color Cylindrical-coordinate representation of color #935182: hue angle of 315.45º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #935182 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 130 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.42 |
| HSL | 315.45º | 0.29% | 0.45% | - |
| HSV(B) | 315.45º | 0.45% | 0.58% | - |
| XYZ | 19 | 13.7 | 22.76 | - |
| YUV | 106.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 130 | 0 | 0.45 | 0.12 | 0.42 | 315.45 | 0.29 | 0.45 |
| Hex | 93 | 51 | 82 | 0 | 2D | C | 2A | 13B | 1D | 2D |
| Octal | 223 | 121 | 202 | 0 | 55 | 14 | 52 | 473 | 35 | 55 |
| Binary | 10010011 | 1010001 | 10000010 | 0 | 101101 | 1100 | 101010 | 100111011 | 11101 | 101101 |
Color Harmonies of #935182
Complementary color
Monochromatic Colors of #935182
Black with #935182
Text Example
Text Example
White with #935182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935182; }
p { color: rgb(147,81,130); }
H1.HeaderClassName
{
color: #935182;
}
.AnyTagClassName
{
color: #935182;
}
</style>
background-color css
<style>
a { background-color: #935182; }
a { background-color: rgb(147,81,130); }
div.DivClassName
{
background-color: #935182;
}
.BgClassName
{
background-color: #935182;
}
</style>
border-color css
<style>
span { border-color: #935182; }
span { border-color: rgb(147,81,130); }
td.TdClassName
{
border-color: #935182;
}
.TagClassName
{
border-color: #935182;
}
</style>