Shades of Strikemaster #964B78
Tints of Strikemaster #964B78
RGB
CMYK
RGB Variations
Color information
#964B78 (or 0x964B78) is known color: Strikemaster. HEX triplet: 96, 4B and 78. RGB value is (150,75,120). Sum of RGB (Red+Green+Blue) = 150+75+120=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #964B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B78 is #69B487. Grayscale: #666666. Windows color (decimal): -6927496 or 7883670. OLE color: 7883670.
HSL color Cylindrical-coordinate representation of color #964B78: hue angle of 324º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B78 is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 120 | - |
| CMYK | 0 | 0.5 | 0.20 | 0.41 |
| HSL | 324º | 0.33% | 0.44% | - |
| HSV(B) | 324º | 0.5% | 0.59% | - |
| XYZ | 18.48 | 12.87 | 19.28 | - |
| YUV | 102.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 120 | 0 | 0.5 | 0.20 | 0.41 | 324 | 0.33 | 0.44 |
| Hex | 96 | 4B | 78 | 0 | 32 | 14 | 29 | 144 | 21 | 2C |
| Octal | 226 | 113 | 170 | 0 | 62 | 24 | 51 | 504 | 41 | 54 |
| Binary | 10010110 | 1001011 | 1111000 | 0 | 110010 | 10100 | 101001 | 101000100 | 100001 | 101100 |
Color Harmonies of #964B78
Complementary color
Monochromatic Colors of #964B78
Black with #964B78
Text Example
Text Example
White with #964B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B78; }
p { color: rgb(150,75,120); }
H1.HeaderClassName
{
color: #964B78;
}
.AnyTagClassName
{
color: #964B78;
}
</style>
background-color css
<style>
a { background-color: #964B78; }
a { background-color: rgb(150,75,120); }
div.DivClassName
{
background-color: #964B78;
}
.BgClassName
{
background-color: #964B78;
}
</style>
border-color css
<style>
span { border-color: #964B78; }
span { border-color: rgb(150,75,120); }
td.TdClassName
{
border-color: #964B78;
}
.TagClassName
{
border-color: #964B78;
}
</style>