Shades of Strikemaster #946585
Tints of Strikemaster #946585
RGB
CMYK
RGB Variations
Color information
#946585 (or 0x946585) is known color: Strikemaster. HEX triplet: 94, 65 and 85. RGB value is (148,101,133). Sum of RGB (Red+Green+Blue) = 148+101+133=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #946585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946585 is #6B9A7A. Grayscale: #767676. Windows color (decimal): -7051899 or 8742292. OLE color: 8742292.
HSL color Cylindrical-coordinate representation of color #946585: hue angle of 319.15º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946585 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 101 | 133 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.42 |
| HSL | 319.15º | 0.19% | 0.49% | - |
| HSV(B) | 319.15º | 0.32% | 0.58% | - |
| XYZ | 21.1 | 17.3 | 24.42 | - |
| YUV | 118.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 133 | 0 | 0.32 | 0.10 | 0.42 | 319.15 | 0.19 | 0.49 |
| Hex | 94 | 65 | 85 | 0 | 20 | A | 2A | 13F | 13 | 31 |
| Octal | 224 | 145 | 205 | 0 | 40 | 12 | 52 | 477 | 23 | 61 |
| Binary | 10010100 | 1100101 | 10000101 | 0 | 100000 | 1010 | 101010 | 100111111 | 10011 | 110001 |
Color Harmonies of #946585
Complementary color
Monochromatic Colors of #946585
Black with #946585
Text Example
Text Example
White with #946585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946585; }
p { color: rgb(148,101,133); }
H1.HeaderClassName
{
color: #946585;
}
.AnyTagClassName
{
color: #946585;
}
</style>
background-color css
<style>
a { background-color: #946585; }
a { background-color: rgb(148,101,133); }
div.DivClassName
{
background-color: #946585;
}
.BgClassName
{
background-color: #946585;
}
</style>
border-color css
<style>
span { border-color: #946585; }
span { border-color: rgb(148,101,133); }
td.TdClassName
{
border-color: #946585;
}
.TagClassName
{
border-color: #946585;
}
</style>