Shades of Strikemaster #946C84
Tints of Strikemaster #946C84
RGB
CMYK
RGB Variations
Color information
#946C84 (or 0x946C84) is known color: Strikemaster. HEX triplet: 94, 6C and 84. RGB value is (148,108,132). Sum of RGB (Red+Green+Blue) = 148+108+132=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #946C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946C84 is #6B937B. Grayscale: #7A7A7A. Windows color (decimal): -7050108 or 8678548. OLE color: 8678548.
HSL color Cylindrical-coordinate representation of color #946C84: hue angle of 324º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #946C84 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 132 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.42 |
| HSL | 324º | 0.16% | 0.5% | - |
| HSV(B) | 324º | 0.27% | 0.58% | - |
| XYZ | 21.74 | 18.69 | 24.29 | - |
| YUV | 122.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 132 | 0 | 0.27 | 0.11 | 0.42 | 324 | 0.16 | 0.5 |
| Hex | 94 | 6C | 84 | 0 | 1B | B | 2A | 144 | 10 | 32 |
| Octal | 224 | 154 | 204 | 0 | 33 | 13 | 52 | 504 | 20 | 62 |
| Binary | 10010100 | 1101100 | 10000100 | 0 | 11011 | 1011 | 101010 | 101000100 | 10000 | 110010 |
Color Harmonies of #946C84
Complementary color
Monochromatic Colors of #946C84
Black with #946C84
Text Example
Text Example
White with #946C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C84; }
p { color: rgb(148,108,132); }
H1.HeaderClassName
{
color: #946C84;
}
.AnyTagClassName
{
color: #946C84;
}
</style>
background-color css
<style>
a { background-color: #946C84; }
a { background-color: rgb(148,108,132); }
div.DivClassName
{
background-color: #946C84;
}
.BgClassName
{
background-color: #946C84;
}
</style>
border-color css
<style>
span { border-color: #946C84; }
span { border-color: rgb(148,108,132); }
td.TdClassName
{
border-color: #946C84;
}
.TagClassName
{
border-color: #946C84;
}
</style>