Shades of Strikemaster #936A7C
Tints of Strikemaster #936A7C
RGB
CMYK
RGB Variations
Color information
#936A7C (or 0x936A7C) is known color: Strikemaster. HEX triplet: 93, 6A and 7C. RGB value is (147,106,124). Sum of RGB (Red+Green+Blue) = 147+106+124=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #936A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936A7C is #6C9583. Grayscale: #787878. Windows color (decimal): -7116164 or 8153747. OLE color: 8153747.
HSL color Cylindrical-coordinate representation of color #936A7C: hue angle of 333.66º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #936A7C is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 106 | 124 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.42 |
| HSL | 333.66º | 0.16% | 0.5% | - |
| HSV(B) | 333.66º | 0.28% | 0.58% | - |
| XYZ | 20.82 | 17.97 | 21.44 | - |
| YUV | 120.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 124 | 0 | 0.28 | 0.16 | 0.42 | 333.66 | 0.16 | 0.5 |
| Hex | 93 | 6A | 7C | 0 | 1C | 10 | 2A | 14E | 10 | 32 |
| Octal | 223 | 152 | 174 | 0 | 34 | 20 | 52 | 516 | 20 | 62 |
| Binary | 10010011 | 1101010 | 1111100 | 0 | 11100 | 10000 | 101010 | 101001110 | 10000 | 110010 |
Color Harmonies of #936A7C
Complementary color
Monochromatic Colors of #936A7C
Black with #936A7C
Text Example
Text Example
White with #936A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936A7C; }
p { color: rgb(147,106,124); }
H1.HeaderClassName
{
color: #936A7C;
}
.AnyTagClassName
{
color: #936A7C;
}
</style>
background-color css
<style>
a { background-color: #936A7C; }
a { background-color: rgb(147,106,124); }
div.DivClassName
{
background-color: #936A7C;
}
.BgClassName
{
background-color: #936A7C;
}
</style>
border-color css
<style>
span { border-color: #936A7C; }
span { border-color: rgb(147,106,124); }
td.TdClassName
{
border-color: #936A7C;
}
.TagClassName
{
border-color: #936A7C;
}
</style>