Shades of Strikemaster #966881
Tints of Strikemaster #966881
RGB
CMYK
RGB Variations
Color information
#966881 (or 0x966881) is known color: Strikemaster. HEX triplet: 96, 68 and 81. RGB value is (150,104,129). Sum of RGB (Red+Green+Blue) = 150+104+129=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #966881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966881 is #69977E. Grayscale: #787878. Windows color (decimal): -6920063 or 8480918. OLE color: 8480918.
HSL color Cylindrical-coordinate representation of color #966881: hue angle of 327.39º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966881 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 129 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.41 |
| HSL | 327.39º | 0.18% | 0.5% | - |
| HSV(B) | 327.39º | 0.31% | 0.59% | - |
| XYZ | 21.49 | 17.97 | 23.1 | - |
| YUV | 120.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 129 | 0 | 0.31 | 0.14 | 0.41 | 327.39 | 0.18 | 0.5 |
| Hex | 96 | 68 | 81 | 0 | 1F | E | 29 | 147 | 12 | 32 |
| Octal | 226 | 150 | 201 | 0 | 37 | 16 | 51 | 507 | 22 | 62 |
| Binary | 10010110 | 1101000 | 10000001 | 0 | 11111 | 1110 | 101001 | 101000111 | 10010 | 110010 |
Color Harmonies of #966881
Complementary color
Monochromatic Colors of #966881
Black with #966881
Text Example
Text Example
White with #966881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966881; }
p { color: rgb(150,104,129); }
H1.HeaderClassName
{
color: #966881;
}
.AnyTagClassName
{
color: #966881;
}
</style>
background-color css
<style>
a { background-color: #966881; }
a { background-color: rgb(150,104,129); }
div.DivClassName
{
background-color: #966881;
}
.BgClassName
{
background-color: #966881;
}
</style>
border-color css
<style>
span { border-color: #966881; }
span { border-color: rgb(150,104,129); }
td.TdClassName
{
border-color: #966881;
}
.TagClassName
{
border-color: #966881;
}
</style>