Shades of Strikemaster #966784
Tints of Strikemaster #966784
RGB
CMYK
RGB Variations
Color information
#966784 (or 0x966784) is known color: Strikemaster. HEX triplet: 96, 67 and 84. RGB value is (150,103,132). Sum of RGB (Red+Green+Blue) = 150+103+132=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #966784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966784 is #69987B. Grayscale: #787878. Windows color (decimal): -6920316 or 8677270. OLE color: 8677270.
HSL color Cylindrical-coordinate representation of color #966784: hue angle of 322.98º degrees, saturation: 0.19, 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 #966784 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 132 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.41 |
| HSL | 322.98º | 0.19% | 0.5% | - |
| HSV(B) | 322.98º | 0.31% | 0.59% | - |
| XYZ | 21.59 | 17.85 | 24.14 | - |
| YUV | 120.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 132 | 0 | 0.31 | 0.12 | 0.41 | 322.98 | 0.19 | 0.5 |
| Hex | 96 | 67 | 84 | 0 | 1F | C | 29 | 143 | 13 | 32 |
| Octal | 226 | 147 | 204 | 0 | 37 | 14 | 51 | 503 | 23 | 62 |
| Binary | 10010110 | 1100111 | 10000100 | 0 | 11111 | 1100 | 101001 | 101000011 | 10011 | 110010 |
Color Harmonies of #966784
Complementary color
Monochromatic Colors of #966784
Black with #966784
Text Example
Text Example
White with #966784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966784; }
p { color: rgb(150,103,132); }
H1.HeaderClassName
{
color: #966784;
}
.AnyTagClassName
{
color: #966784;
}
</style>
background-color css
<style>
a { background-color: #966784; }
a { background-color: rgb(150,103,132); }
div.DivClassName
{
background-color: #966784;
}
.BgClassName
{
background-color: #966784;
}
</style>
border-color css
<style>
span { border-color: #966784; }
span { border-color: rgb(150,103,132); }
td.TdClassName
{
border-color: #966784;
}
.TagClassName
{
border-color: #966784;
}
</style>