Shades of Strikemaster #935C7E
Tints of Strikemaster #935C7E
RGB
CMYK
RGB Variations
Color information
#935C7E (or 0x935C7E) is known color: Strikemaster. HEX triplet: 93, 5C and 7E. RGB value is (147,92,126). Sum of RGB (Red+Green+Blue) = 147+92+126=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #935C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C7E is #6CA381. Grayscale: #707070. Windows color (decimal): -7119746 or 8281235. OLE color: 8281235.
HSL color Cylindrical-coordinate representation of color #935C7E: hue angle of 322.91º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935C7E is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 126 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.42 |
| HSL | 322.91º | 0.23% | 0.47% | - |
| HSV(B) | 322.91º | 0.37% | 0.58% | - |
| XYZ | 19.63 | 15.36 | 21.67 | - |
| YUV | 112.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 126 | 0 | 0.37 | 0.14 | 0.42 | 322.91 | 0.23 | 0.47 |
| Hex | 93 | 5C | 7E | 0 | 25 | E | 2A | 143 | 17 | 2F |
| Octal | 223 | 134 | 176 | 0 | 45 | 16 | 52 | 503 | 27 | 57 |
| Binary | 10010011 | 1011100 | 1111110 | 0 | 100101 | 1110 | 101010 | 101000011 | 10111 | 101111 |
Color Harmonies of #935C7E
Complementary color
Monochromatic Colors of #935C7E
Black with #935C7E
Text Example
Text Example
White with #935C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C7E; }
p { color: rgb(147,92,126); }
H1.HeaderClassName
{
color: #935C7E;
}
.AnyTagClassName
{
color: #935C7E;
}
</style>
background-color css
<style>
a { background-color: #935C7E; }
a { background-color: rgb(147,92,126); }
div.DivClassName
{
background-color: #935C7E;
}
.BgClassName
{
background-color: #935C7E;
}
</style>
border-color css
<style>
span { border-color: #935C7E; }
span { border-color: rgb(147,92,126); }
td.TdClassName
{
border-color: #935C7E;
}
.TagClassName
{
border-color: #935C7E;
}
</style>