Shades of Strikemaster #964E7B
Tints of Strikemaster #964E7B
RGB
CMYK
RGB Variations
Color information
#964E7B (or 0x964E7B) is known color: Strikemaster. HEX triplet: 96, 4E and 7B. RGB value is (150,78,123). Sum of RGB (Red+Green+Blue) = 150+78+123=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #964E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E7B is #69B184. Grayscale: #686868. Windows color (decimal): -6926725 or 8081046. OLE color: 8081046.
HSL color Cylindrical-coordinate representation of color #964E7B: hue angle of 322.5º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #964E7B is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 123 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.41 |
| HSL | 322.5º | 0.32% | 0.45% | - |
| HSV(B) | 322.5º | 0.48% | 0.59% | - |
| XYZ | 18.88 | 13.36 | 20.32 | - |
| YUV | 104.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 123 | 0 | 0.48 | 0.18 | 0.41 | 322.5 | 0.32 | 0.45 |
| Hex | 96 | 4E | 7B | 0 | 30 | 12 | 29 | 142 | 20 | 2D |
| Octal | 226 | 116 | 173 | 0 | 60 | 22 | 51 | 502 | 40 | 55 |
| Binary | 10010110 | 1001110 | 1111011 | 0 | 110000 | 10010 | 101001 | 101000010 | 100000 | 101101 |
Color Harmonies of #964E7B
Complementary color
Monochromatic Colors of #964E7B
Black with #964E7B
Text Example
Text Example
White with #964E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E7B; }
p { color: rgb(150,78,123); }
H1.HeaderClassName
{
color: #964E7B;
}
.AnyTagClassName
{
color: #964E7B;
}
</style>
background-color css
<style>
a { background-color: #964E7B; }
a { background-color: rgb(150,78,123); }
div.DivClassName
{
background-color: #964E7B;
}
.BgClassName
{
background-color: #964E7B;
}
</style>
border-color css
<style>
span { border-color: #964E7B; }
span { border-color: rgb(150,78,123); }
td.TdClassName
{
border-color: #964E7B;
}
.TagClassName
{
border-color: #964E7B;
}
</style>