Shades of Strikemaster #964D7C
Tints of Strikemaster #964D7C
RGB
CMYK
RGB Variations
Color information
#964D7C (or 0x964D7C) is known color: Strikemaster. HEX triplet: 96, 4D and 7C. RGB value is (150,77,124). Sum of RGB (Red+Green+Blue) = 150+77+124=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #964D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D7C is #69B283. Grayscale: #686868. Windows color (decimal): -6926980 or 8146326. OLE color: 8146326.
HSL color Cylindrical-coordinate representation of color #964D7C: hue angle of 321.37º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964D7C is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 77 | 124 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.41 |
| HSL | 321.37º | 0.32% | 0.45% | - |
| HSV(B) | 321.37º | 0.49% | 0.59% | - |
| XYZ | 18.87 | 13.25 | 20.63 | - |
| YUV | 104.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 124 | 0 | 0.49 | 0.17 | 0.41 | 321.37 | 0.32 | 0.45 |
| Hex | 96 | 4D | 7C | 0 | 31 | 11 | 29 | 141 | 20 | 2D |
| Octal | 226 | 115 | 174 | 0 | 61 | 21 | 51 | 501 | 40 | 55 |
| Binary | 10010110 | 1001101 | 1111100 | 0 | 110001 | 10001 | 101001 | 101000001 | 100000 | 101101 |
Color Harmonies of #964D7C
Complementary color
Monochromatic Colors of #964D7C
Black with #964D7C
Text Example
Text Example
White with #964D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964D7C; }
p { color: rgb(150,77,124); }
H1.HeaderClassName
{
color: #964D7C;
}
.AnyTagClassName
{
color: #964D7C;
}
</style>
background-color css
<style>
a { background-color: #964D7C; }
a { background-color: rgb(150,77,124); }
div.DivClassName
{
background-color: #964D7C;
}
.BgClassName
{
background-color: #964D7C;
}
</style>
border-color css
<style>
span { border-color: #964D7C; }
span { border-color: rgb(150,77,124); }
td.TdClassName
{
border-color: #964D7C;
}
.TagClassName
{
border-color: #964D7C;
}
</style>