Shades of Strikemaster #96667F
Tints of Strikemaster #96667F
RGB
CMYK
RGB Variations
Color information
#96667F (or 0x96667F) is known color: Strikemaster. HEX triplet: 96, 66 and 7F. RGB value is (150,102,127). Sum of RGB (Red+Green+Blue) = 150+102+127=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #96667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96667F is #699980. Grayscale: #777777. Windows color (decimal): -6920577 or 8349334. OLE color: 8349334.
HSL color Cylindrical-coordinate representation of color #96667F: hue angle of 328.75º 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 #96667F is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 127 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.41 |
| HSL | 328.75º | 0.19% | 0.49% | - |
| HSV(B) | 328.75º | 0.32% | 0.59% | - |
| XYZ | 21.16 | 17.52 | 22.34 | - |
| YUV | 119.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 127 | 0 | 0.32 | 0.15 | 0.41 | 328.75 | 0.19 | 0.49 |
| Hex | 96 | 66 | 7F | 0 | 20 | F | 29 | 149 | 13 | 31 |
| Octal | 226 | 146 | 177 | 0 | 40 | 17 | 51 | 511 | 23 | 61 |
| Binary | 10010110 | 1100110 | 1111111 | 0 | 100000 | 1111 | 101001 | 101001001 | 10011 | 110001 |
Color Harmonies of #96667F
Complementary color
Monochromatic Colors of #96667F
Black with #96667F
Text Example
Text Example
White with #96667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96667F; }
p { color: rgb(150,102,127); }
H1.HeaderClassName
{
color: #96667F;
}
.AnyTagClassName
{
color: #96667F;
}
</style>
background-color css
<style>
a { background-color: #96667F; }
a { background-color: rgb(150,102,127); }
div.DivClassName
{
background-color: #96667F;
}
.BgClassName
{
background-color: #96667F;
}
</style>
border-color css
<style>
span { border-color: #96667F; }
span { border-color: rgb(150,102,127); }
td.TdClassName
{
border-color: #96667F;
}
.TagClassName
{
border-color: #96667F;
}
</style>