Shades of Strikemaster #946B85
Tints of Strikemaster #946B85
RGB
CMYK
RGB Variations
Color information
#946B85 (or 0x946B85) is known color: Strikemaster. HEX triplet: 94, 6B and 85. RGB value is (148,107,133). Sum of RGB (Red+Green+Blue) = 148+107+133=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #946B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946B85 is #6B947A. Grayscale: #7A7A7A. Windows color (decimal): -7050363 or 8743828. OLE color: 8743828.
HSL color Cylindrical-coordinate representation of color #946B85: hue angle of 321.95º 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 #946B85 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 107 | 133 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.42 |
| HSL | 321.95º | 0.16% | 0.5% | - |
| HSV(B) | 321.95º | 0.28% | 0.58% | - |
| XYZ | 21.7 | 18.5 | 24.62 | - |
| YUV | 122.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 133 | 0 | 0.28 | 0.10 | 0.42 | 321.95 | 0.16 | 0.5 |
| Hex | 94 | 6B | 85 | 0 | 1C | A | 2A | 142 | 10 | 32 |
| Octal | 224 | 153 | 205 | 0 | 34 | 12 | 52 | 502 | 20 | 62 |
| Binary | 10010100 | 1101011 | 10000101 | 0 | 11100 | 1010 | 101010 | 101000010 | 10000 | 110010 |
Color Harmonies of #946B85
Complementary color
Monochromatic Colors of #946B85
Black with #946B85
Text Example
Text Example
White with #946B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946B85; }
p { color: rgb(148,107,133); }
H1.HeaderClassName
{
color: #946B85;
}
.AnyTagClassName
{
color: #946B85;
}
</style>
background-color css
<style>
a { background-color: #946B85; }
a { background-color: rgb(148,107,133); }
div.DivClassName
{
background-color: #946B85;
}
.BgClassName
{
background-color: #946B85;
}
</style>
border-color css
<style>
span { border-color: #946B85; }
span { border-color: rgb(148,107,133); }
td.TdClassName
{
border-color: #946B85;
}
.TagClassName
{
border-color: #946B85;
}
</style>