Shades of Strikemaster #935F7D
Tints of Strikemaster #935F7D
RGB
CMYK
RGB Variations
Color information
#935F7D (or 0x935F7D) is known color: Strikemaster. HEX triplet: 93, 5F and 7D. RGB value is (147,95,125). Sum of RGB (Red+Green+Blue) = 147+95+125=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #935F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935F7D is #6CA082. Grayscale: #717171. Windows color (decimal): -7118979 or 8216467. OLE color: 8216467.
HSL color Cylindrical-coordinate representation of color #935F7D: hue angle of 325.38º 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 #935F7D is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 95 | 125 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.42 |
| HSL | 325.38º | 0.21% | 0.47% | - |
| HSV(B) | 325.38º | 0.35% | 0.58% | - |
| XYZ | 19.83 | 15.87 | 21.42 | - |
| YUV | 113.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 125 | 0 | 0.35 | 0.15 | 0.42 | 325.38 | 0.21 | 0.47 |
| Hex | 93 | 5F | 7D | 0 | 23 | F | 2A | 145 | 15 | 2F |
| Octal | 223 | 137 | 175 | 0 | 43 | 17 | 52 | 505 | 25 | 57 |
| Binary | 10010011 | 1011111 | 1111101 | 0 | 100011 | 1111 | 101010 | 101000101 | 10101 | 101111 |
Color Harmonies of #935F7D
Complementary color
Monochromatic Colors of #935F7D
Black with #935F7D
Text Example
Text Example
White with #935F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F7D; }
p { color: rgb(147,95,125); }
H1.HeaderClassName
{
color: #935F7D;
}
.AnyTagClassName
{
color: #935F7D;
}
</style>
background-color css
<style>
a { background-color: #935F7D; }
a { background-color: rgb(147,95,125); }
div.DivClassName
{
background-color: #935F7D;
}
.BgClassName
{
background-color: #935F7D;
}
</style>
border-color css
<style>
span { border-color: #935F7D; }
span { border-color: rgb(147,95,125); }
td.TdClassName
{
border-color: #935F7D;
}
.TagClassName
{
border-color: #935F7D;
}
</style>