Shades of Strikemaster #965678
Tints of Strikemaster #965678
RGB
CMYK
RGB Variations
Color information
#965678 (or 0x965678) is known color: Strikemaster. HEX triplet: 96, 56 and 78. RGB value is (150,86,120). Sum of RGB (Red+Green+Blue) = 150+86+120=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #965678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965678 is #69A987. Grayscale: #6C6C6C. Windows color (decimal): -6924680 or 7886486. OLE color: 7886486.
HSL color Cylindrical-coordinate representation of color #965678: hue angle of 328.12º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965678 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 86 | 120 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.41 |
| HSL | 328.13º | 0.27% | 0.46% | - |
| HSV(B) | 328.13º | 0.43% | 0.59% | - |
| XYZ | 19.3 | 14.5 | 19.55 | - |
| YUV | 109.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 120 | 0 | 0.43 | 0.20 | 0.41 | 328.13 | 0.27 | 0.46 |
| Hex | 96 | 56 | 78 | 0 | 2B | 14 | 29 | 148 | 1B | 2E |
| Octal | 226 | 126 | 170 | 0 | 53 | 24 | 51 | 510 | 33 | 56 |
| Binary | 10010110 | 1010110 | 1111000 | 0 | 101011 | 10100 | 101001 | 101001000 | 11011 | 101110 |
Color Harmonies of #965678
Complementary color
Monochromatic Colors of #965678
Black with #965678
Text Example
Text Example
White with #965678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965678; }
p { color: rgb(150,86,120); }
H1.HeaderClassName
{
color: #965678;
}
.AnyTagClassName
{
color: #965678;
}
</style>
background-color css
<style>
a { background-color: #965678; }
a { background-color: rgb(150,86,120); }
div.DivClassName
{
background-color: #965678;
}
.BgClassName
{
background-color: #965678;
}
</style>
border-color css
<style>
span { border-color: #965678; }
span { border-color: rgb(150,86,120); }
td.TdClassName
{
border-color: #965678;
}
.TagClassName
{
border-color: #965678;
}
</style>