Shades of Strikemaster #966F7E
Tints of Strikemaster #966F7E
RGB
CMYK
RGB Variations
Color information
#966F7E (or 0x966F7E) is known color: Strikemaster. HEX triplet: 96, 6F and 7E. RGB value is (150,111,126). Sum of RGB (Red+Green+Blue) = 150+111+126=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #966F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F7E is #699081. Grayscale: #7C7C7C. Windows color (decimal): -6918274 or 8286102. OLE color: 8286102.
HSL color Cylindrical-coordinate representation of color #966F7E: hue angle of 336.92º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #966F7E is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 126 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.41 |
| HSL | 336.92º | 0.16% | 0.51% | - |
| HSV(B) | 336.92º | 0.26% | 0.59% | - |
| XYZ | 22.03 | 19.36 | 22.31 | - |
| YUV | 124.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 126 | 0 | 0.26 | 0.16 | 0.41 | 336.92 | 0.16 | 0.51 |
| Hex | 96 | 6F | 7E | 0 | 1A | 10 | 29 | 151 | 10 | 33 |
| Octal | 226 | 157 | 176 | 0 | 32 | 20 | 51 | 521 | 20 | 63 |
| Binary | 10010110 | 1101111 | 1111110 | 0 | 11010 | 10000 | 101001 | 101010001 | 10000 | 110011 |
Color Harmonies of #966F7E
Complementary color
Monochromatic Colors of #966F7E
Black with #966F7E
Text Example
Text Example
White with #966F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F7E; }
p { color: rgb(150,111,126); }
H1.HeaderClassName
{
color: #966F7E;
}
.AnyTagClassName
{
color: #966F7E;
}
</style>
background-color css
<style>
a { background-color: #966F7E; }
a { background-color: rgb(150,111,126); }
div.DivClassName
{
background-color: #966F7E;
}
.BgClassName
{
background-color: #966F7E;
}
</style>
border-color css
<style>
span { border-color: #966F7E; }
span { border-color: rgb(150,111,126); }
td.TdClassName
{
border-color: #966F7E;
}
.TagClassName
{
border-color: #966F7E;
}
</style>