Shades of Strikemaster #946D87
Tints of Strikemaster #946D87
RGB
CMYK
RGB Variations
Color information
#946D87 (or 0x946D87) is known color: Strikemaster. HEX triplet: 94, 6D and 87. RGB value is (148,109,135). Sum of RGB (Red+Green+Blue) = 148+109+135=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #946D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946D87 is #6B9278. Grayscale: #7B7B7B. Windows color (decimal): -7049849 or 8875412. OLE color: 8875412.
HSL color Cylindrical-coordinate representation of color #946D87: hue angle of 320º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #946D87 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 135 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.42 |
| HSL | 320º | 0.15% | 0.5% | - |
| HSV(B) | 320º | 0.26% | 0.58% | - |
| XYZ | 22.05 | 18.98 | 25.42 | - |
| YUV | 123.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 135 | 0 | 0.26 | 0.09 | 0.42 | 320 | 0.15 | 0.5 |
| Hex | 94 | 6D | 87 | 0 | 1A | 9 | 2A | 140 | F | 32 |
| Octal | 224 | 155 | 207 | 0 | 32 | 11 | 52 | 500 | 17 | 62 |
| Binary | 10010100 | 1101101 | 10000111 | 0 | 11010 | 1001 | 101010 | 101000000 | 1111 | 110010 |
Color Harmonies of #946D87
Complementary color
Monochromatic Colors of #946D87
Black with #946D87
Text Example
Text Example
White with #946D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D87; }
p { color: rgb(148,109,135); }
H1.HeaderClassName
{
color: #946D87;
}
.AnyTagClassName
{
color: #946D87;
}
</style>
background-color css
<style>
a { background-color: #946D87; }
a { background-color: rgb(148,109,135); }
div.DivClassName
{
background-color: #946D87;
}
.BgClassName
{
background-color: #946D87;
}
</style>
border-color css
<style>
span { border-color: #946D87; }
span { border-color: rgb(148,109,135); }
td.TdClassName
{
border-color: #946D87;
}
.TagClassName
{
border-color: #946D87;
}
</style>