Shades of Strikemaster #966684
Tints of Strikemaster #966684
RGB
CMYK
RGB Variations
Color information
#966684 (or 0x966684) is known color: Strikemaster. HEX triplet: 96, 66 and 84. RGB value is (150,102,132). Sum of RGB (Red+Green+Blue) = 150+102+132=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #966684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966684 is #69997B. Grayscale: #777777. Windows color (decimal): -6920572 or 8677014. OLE color: 8677014.
HSL color Cylindrical-coordinate representation of color #966684: hue angle of 322.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #966684 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 132 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.41 |
| HSL | 322.5º | 0.19% | 0.49% | - |
| HSV(B) | 322.5º | 0.32% | 0.59% | - |
| XYZ | 21.49 | 17.65 | 24.1 | - |
| YUV | 119.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 132 | 0 | 0.32 | 0.12 | 0.41 | 322.5 | 0.19 | 0.49 |
| Hex | 96 | 66 | 84 | 0 | 20 | C | 29 | 142 | 13 | 31 |
| Octal | 226 | 146 | 204 | 0 | 40 | 14 | 51 | 502 | 23 | 61 |
| Binary | 10010110 | 1100110 | 10000100 | 0 | 100000 | 1100 | 101001 | 101000010 | 10011 | 110001 |
Color Harmonies of #966684
Complementary color
Monochromatic Colors of #966684
Black with #966684
Text Example
Text Example
White with #966684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966684; }
p { color: rgb(150,102,132); }
H1.HeaderClassName
{
color: #966684;
}
.AnyTagClassName
{
color: #966684;
}
</style>
background-color css
<style>
a { background-color: #966684; }
a { background-color: rgb(150,102,132); }
div.DivClassName
{
background-color: #966684;
}
.BgClassName
{
background-color: #966684;
}
</style>
border-color css
<style>
span { border-color: #966684; }
span { border-color: rgb(150,102,132); }
td.TdClassName
{
border-color: #966684;
}
.TagClassName
{
border-color: #966684;
}
</style>