Shades of Strikemaster #964C7E
Tints of Strikemaster #964C7E
RGB
CMYK
RGB Variations
Color information
#964C7E (or 0x964C7E) is known color: Strikemaster. HEX triplet: 96, 4C and 7E. RGB value is (150,76,126). Sum of RGB (Red+Green+Blue) = 150+76+126=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #964C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C7E is #69B381. Grayscale: #676767. Windows color (decimal): -6927234 or 8277142. OLE color: 8277142.
HSL color Cylindrical-coordinate representation of color #964C7E: hue angle of 319.46º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964C7E is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 126 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.41 |
| HSL | 319.46º | 0.33% | 0.44% | - |
| HSV(B) | 319.46º | 0.49% | 0.59% | - |
| XYZ | 18.93 | 13.16 | 21.28 | - |
| YUV | 103.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 126 | 0 | 0.49 | 0.16 | 0.41 | 319.46 | 0.33 | 0.44 |
| Hex | 96 | 4C | 7E | 0 | 31 | 10 | 29 | 13F | 21 | 2C |
| Octal | 226 | 114 | 176 | 0 | 61 | 20 | 51 | 477 | 41 | 54 |
| Binary | 10010110 | 1001100 | 1111110 | 0 | 110001 | 10000 | 101001 | 100111111 | 100001 | 101100 |
Color Harmonies of #964C7E
Complementary color
Monochromatic Colors of #964C7E
Black with #964C7E
Text Example
Text Example
White with #964C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C7E; }
p { color: rgb(150,76,126); }
H1.HeaderClassName
{
color: #964C7E;
}
.AnyTagClassName
{
color: #964C7E;
}
</style>
background-color css
<style>
a { background-color: #964C7E; }
a { background-color: rgb(150,76,126); }
div.DivClassName
{
background-color: #964C7E;
}
.BgClassName
{
background-color: #964C7E;
}
</style>
border-color css
<style>
span { border-color: #964C7E; }
span { border-color: rgb(150,76,126); }
td.TdClassName
{
border-color: #964C7E;
}
.TagClassName
{
border-color: #964C7E;
}
</style>