Shades of Strikemaster #946681
Tints of Strikemaster #946681
RGB
CMYK
RGB Variations
Color information
#946681 (or 0x946681) is known color: Strikemaster. HEX triplet: 94, 66 and 81. RGB value is (148,102,129). Sum of RGB (Red+Green+Blue) = 148+102+129=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #946681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946681 is #6B997E. Grayscale: #767676. Windows color (decimal): -7051647 or 8480404. OLE color: 8480404.
HSL color Cylindrical-coordinate representation of color #946681: hue angle of 324.78º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #946681 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 102 | 129 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.42 |
| HSL | 324.78º | 0.18% | 0.49% | - |
| HSV(B) | 324.78º | 0.31% | 0.58% | - |
| XYZ | 20.93 | 17.38 | 23.02 | - |
| YUV | 118.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 129 | 0 | 0.31 | 0.13 | 0.42 | 324.78 | 0.18 | 0.49 |
| Hex | 94 | 66 | 81 | 0 | 1F | D | 2A | 145 | 12 | 31 |
| Octal | 224 | 146 | 201 | 0 | 37 | 15 | 52 | 505 | 22 | 61 |
| Binary | 10010100 | 1100110 | 10000001 | 0 | 11111 | 1101 | 101010 | 101000101 | 10010 | 110001 |
Color Harmonies of #946681
Complementary color
Monochromatic Colors of #946681
Black with #946681
Text Example
Text Example
White with #946681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946681; }
p { color: rgb(148,102,129); }
H1.HeaderClassName
{
color: #946681;
}
.AnyTagClassName
{
color: #946681;
}
</style>
background-color css
<style>
a { background-color: #946681; }
a { background-color: rgb(148,102,129); }
div.DivClassName
{
background-color: #946681;
}
.BgClassName
{
background-color: #946681;
}
</style>
border-color css
<style>
span { border-color: #946681; }
span { border-color: rgb(148,102,129); }
td.TdClassName
{
border-color: #946681;
}
.TagClassName
{
border-color: #946681;
}
</style>