Shades of Strikemaster #946787
Tints of Strikemaster #946787
RGB
CMYK
RGB Variations
Color information
#946787 (or 0x946787) is known color: Strikemaster. HEX triplet: 94, 67 and 87. RGB value is (148,103,135). Sum of RGB (Red+Green+Blue) = 148+103+135=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #946787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946787 is #6B9878. Grayscale: #787878. Windows color (decimal): -7051385 or 8873876. OLE color: 8873876.
HSL color Cylindrical-coordinate representation of color #946787: hue angle of 317.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946787 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 135 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.42 |
| HSL | 317.33º | 0.18% | 0.49% | - |
| HSV(B) | 317.33º | 0.3% | 0.58% | - |
| XYZ | 21.44 | 17.75 | 25.22 | - |
| YUV | 120.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 135 | 0 | 0.30 | 0.09 | 0.42 | 317.33 | 0.18 | 0.49 |
| Hex | 94 | 67 | 87 | 0 | 1E | 9 | 2A | 13D | 12 | 31 |
| Octal | 224 | 147 | 207 | 0 | 36 | 11 | 52 | 475 | 22 | 61 |
| Binary | 10010100 | 1100111 | 10000111 | 0 | 11110 | 1001 | 101010 | 100111101 | 10010 | 110001 |
Color Harmonies of #946787
Complementary color
Monochromatic Colors of #946787
Black with #946787
Text Example
Text Example
White with #946787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946787; }
p { color: rgb(148,103,135); }
H1.HeaderClassName
{
color: #946787;
}
.AnyTagClassName
{
color: #946787;
}
</style>
background-color css
<style>
a { background-color: #946787; }
a { background-color: rgb(148,103,135); }
div.DivClassName
{
background-color: #946787;
}
.BgClassName
{
background-color: #946787;
}
</style>
border-color css
<style>
span { border-color: #946787; }
span { border-color: rgb(148,103,135); }
td.TdClassName
{
border-color: #946787;
}
.TagClassName
{
border-color: #946787;
}
</style>