Shades of Strikemaster #965C7A
Tints of Strikemaster #965C7A
RGB
CMYK
RGB Variations
Color information
#965C7A (or 0x965C7A) is known color: Strikemaster. HEX triplet: 96, 5C and 7A. RGB value is (150,92,122). Sum of RGB (Red+Green+Blue) = 150+92+122=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #965C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C7A is #69A385. Grayscale: #707070. Windows color (decimal): -6923142 or 8019094. OLE color: 8019094.
HSL color Cylindrical-coordinate representation of color #965C7A: hue angle of 328.97º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #965C7A is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 92 | 122 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.41 |
| HSL | 328.97º | 0.24% | 0.47% | - |
| HSV(B) | 328.97º | 0.39% | 0.59% | - |
| XYZ | 19.92 | 15.54 | 20.36 | - |
| YUV | 112.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 122 | 0 | 0.39 | 0.19 | 0.41 | 328.97 | 0.24 | 0.47 |
| Hex | 96 | 5C | 7A | 0 | 27 | 13 | 29 | 149 | 18 | 2F |
| Octal | 226 | 134 | 172 | 0 | 47 | 23 | 51 | 511 | 30 | 57 |
| Binary | 10010110 | 1011100 | 1111010 | 0 | 100111 | 10011 | 101001 | 101001001 | 11000 | 101111 |
Color Harmonies of #965C7A
Complementary color
Monochromatic Colors of #965C7A
Black with #965C7A
Text Example
Text Example
White with #965C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965C7A; }
p { color: rgb(150,92,122); }
H1.HeaderClassName
{
color: #965C7A;
}
.AnyTagClassName
{
color: #965C7A;
}
</style>
background-color css
<style>
a { background-color: #965C7A; }
a { background-color: rgb(150,92,122); }
div.DivClassName
{
background-color: #965C7A;
}
.BgClassName
{
background-color: #965C7A;
}
</style>
border-color css
<style>
span { border-color: #965C7A; }
span { border-color: rgb(150,92,122); }
td.TdClassName
{
border-color: #965C7A;
}
.TagClassName
{
border-color: #965C7A;
}
</style>