Shades of Strikemaster #935F85
Tints of Strikemaster #935F85
RGB
CMYK
RGB Variations
Color information
#935F85 (or 0x935F85) is known color: Strikemaster. HEX triplet: 93, 5F and 85. RGB value is (147,95,133). Sum of RGB (Red+Green+Blue) = 147+95+133=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #935F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935F85 is #6CA07A. Grayscale: #727272. Windows color (decimal): -7118971 or 8740755. OLE color: 8740755.
HSL color Cylindrical-coordinate representation of color #935F85: hue angle of 316.15º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #935F85 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 95 | 133 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.42 |
| HSL | 316.15º | 0.21% | 0.47% | - |
| HSV(B) | 316.15º | 0.35% | 0.58% | - |
| XYZ | 20.36 | 16.08 | 24.22 | - |
| YUV | 114.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 133 | 0 | 0.35 | 0.10 | 0.42 | 316.15 | 0.21 | 0.47 |
| Hex | 93 | 5F | 85 | 0 | 23 | A | 2A | 13C | 15 | 2F |
| Octal | 223 | 137 | 205 | 0 | 43 | 12 | 52 | 474 | 25 | 57 |
| Binary | 10010011 | 1011111 | 10000101 | 0 | 100011 | 1010 | 101010 | 100111100 | 10101 | 101111 |
Color Harmonies of #935F85
Complementary color
Monochromatic Colors of #935F85
Black with #935F85
Text Example
Text Example
White with #935F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F85; }
p { color: rgb(147,95,133); }
H1.HeaderClassName
{
color: #935F85;
}
.AnyTagClassName
{
color: #935F85;
}
</style>
background-color css
<style>
a { background-color: #935F85; }
a { background-color: rgb(147,95,133); }
div.DivClassName
{
background-color: #935F85;
}
.BgClassName
{
background-color: #935F85;
}
</style>
border-color css
<style>
span { border-color: #935F85; }
span { border-color: rgb(147,95,133); }
td.TdClassName
{
border-color: #935F85;
}
.TagClassName
{
border-color: #935F85;
}
</style>