Shades of Strikemaster #946C80
Tints of Strikemaster #946C80
RGB
CMYK
RGB Variations
Color information
#946C80 (or 0x946C80) is known color: Strikemaster. HEX triplet: 94, 6C and 80. RGB value is (148,108,128). Sum of RGB (Red+Green+Blue) = 148+108+128=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #946C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946C80 is #6B937F. Grayscale: #7A7A7A. Windows color (decimal): -7050112 or 8416404. OLE color: 8416404.
HSL color Cylindrical-coordinate representation of color #946C80: hue angle of 330º 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 #946C80 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 128 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.42 |
| HSL | 330º | 0.16% | 0.5% | - |
| HSV(B) | 330º | 0.27% | 0.58% | - |
| XYZ | 21.47 | 18.58 | 22.88 | - |
| YUV | 122.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 128 | 0 | 0.27 | 0.14 | 0.42 | 330 | 0.16 | 0.5 |
| Hex | 94 | 6C | 80 | 0 | 1B | E | 2A | 14A | 10 | 32 |
| Octal | 224 | 154 | 200 | 0 | 33 | 16 | 52 | 512 | 20 | 62 |
| Binary | 10010100 | 1101100 | 10000000 | 0 | 11011 | 1110 | 101010 | 101001010 | 10000 | 110010 |
Color Harmonies of #946C80
Complementary color
Monochromatic Colors of #946C80
Black with #946C80
Text Example
Text Example
White with #946C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C80; }
p { color: rgb(148,108,128); }
H1.HeaderClassName
{
color: #946C80;
}
.AnyTagClassName
{
color: #946C80;
}
</style>
background-color css
<style>
a { background-color: #946C80; }
a { background-color: rgb(148,108,128); }
div.DivClassName
{
background-color: #946C80;
}
.BgClassName
{
background-color: #946C80;
}
</style>
border-color css
<style>
span { border-color: #946C80; }
span { border-color: rgb(148,108,128); }
td.TdClassName
{
border-color: #946C80;
}
.TagClassName
{
border-color: #946C80;
}
</style>