Shades of Strikemaster #946C83
Tints of Strikemaster #946C83
RGB
CMYK
RGB Variations
Color information
#946C83 (or 0x946C83) is known color: Strikemaster. HEX triplet: 94, 6C and 83. RGB value is (148,108,131). Sum of RGB (Red+Green+Blue) = 148+108+131=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #946C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946C83 is #6B937C. Grayscale: #7A7A7A. Windows color (decimal): -7050109 or 8613012. OLE color: 8613012.
HSL color Cylindrical-coordinate representation of color #946C83: hue angle of 325.5º 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 #946C83 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 131 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.42 |
| HSL | 325.5º | 0.16% | 0.5% | - |
| HSV(B) | 325.5º | 0.27% | 0.58% | - |
| XYZ | 21.67 | 18.66 | 23.93 | - |
| YUV | 122.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 131 | 0 | 0.27 | 0.11 | 0.42 | 325.5 | 0.16 | 0.5 |
| Hex | 94 | 6C | 83 | 0 | 1B | B | 2A | 146 | 10 | 32 |
| Octal | 224 | 154 | 203 | 0 | 33 | 13 | 52 | 506 | 20 | 62 |
| Binary | 10010100 | 1101100 | 10000011 | 0 | 11011 | 1011 | 101010 | 101000110 | 10000 | 110010 |
Color Harmonies of #946C83
Complementary color
Monochromatic Colors of #946C83
Black with #946C83
Text Example
Text Example
White with #946C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C83; }
p { color: rgb(148,108,131); }
H1.HeaderClassName
{
color: #946C83;
}
.AnyTagClassName
{
color: #946C83;
}
</style>
background-color css
<style>
a { background-color: #946C83; }
a { background-color: rgb(148,108,131); }
div.DivClassName
{
background-color: #946C83;
}
.BgClassName
{
background-color: #946C83;
}
</style>
border-color css
<style>
span { border-color: #946C83; }
span { border-color: rgb(148,108,131); }
td.TdClassName
{
border-color: #946C83;
}
.TagClassName
{
border-color: #946C83;
}
</style>