Shades of Strikemaster #936181
Tints of Strikemaster #936181
RGB
CMYK
RGB Variations
Color information
#936181 (or 0x936181) is known color: Strikemaster. HEX triplet: 93, 61 and 81. RGB value is (147,97,129). Sum of RGB (Red+Green+Blue) = 147+97+129=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #936181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936181 is #6C9E7E. Grayscale: #737373. Windows color (decimal): -7118463 or 8479123. OLE color: 8479123.
HSL color Cylindrical-coordinate representation of color #936181: hue angle of 321.6º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #936181 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 97 | 129 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.42 |
| HSL | 321.6º | 0.2% | 0.48% | - |
| HSV(B) | 321.6º | 0.34% | 0.58% | - |
| XYZ | 20.27 | 16.34 | 22.85 | - |
| YUV | 115.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 129 | 0 | 0.34 | 0.12 | 0.42 | 321.6 | 0.2 | 0.48 |
| Hex | 93 | 61 | 81 | 0 | 22 | C | 2A | 142 | 14 | 30 |
| Octal | 223 | 141 | 201 | 0 | 42 | 14 | 52 | 502 | 24 | 60 |
| Binary | 10010011 | 1100001 | 10000001 | 0 | 100010 | 1100 | 101010 | 101000010 | 10100 | 110000 |
Color Harmonies of #936181
Complementary color
Monochromatic Colors of #936181
Black with #936181
Text Example
Text Example
White with #936181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936181; }
p { color: rgb(147,97,129); }
H1.HeaderClassName
{
color: #936181;
}
.AnyTagClassName
{
color: #936181;
}
</style>
background-color css
<style>
a { background-color: #936181; }
a { background-color: rgb(147,97,129); }
div.DivClassName
{
background-color: #936181;
}
.BgClassName
{
background-color: #936181;
}
</style>
border-color css
<style>
span { border-color: #936181; }
span { border-color: rgb(147,97,129); }
td.TdClassName
{
border-color: #936181;
}
.TagClassName
{
border-color: #936181;
}
</style>