Shades of Strikemaster #964E82
Tints of Strikemaster #964E82
RGB
CMYK
RGB Variations
Color information
#964E82 (or 0x964E82) is known color: Strikemaster. HEX triplet: 96, 4E and 82. RGB value is (150,78,130). Sum of RGB (Red+Green+Blue) = 150+78+130=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #964E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964E82 is #69B17D. Grayscale: #696969. Windows color (decimal): -6926718 or 8539798. OLE color: 8539798.
HSL color Cylindrical-coordinate representation of color #964E82: hue angle of 316.67º 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 #964E82 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 130 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.41 |
| HSL | 316.67º | 0.32% | 0.45% | - |
| HSV(B) | 316.67º | 0.48% | 0.59% | - |
| XYZ | 19.33 | 13.54 | 22.71 | - |
| YUV | 105.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 130 | 0 | 0.48 | 0.13 | 0.41 | 316.67 | 0.32 | 0.45 |
| Hex | 96 | 4E | 82 | 0 | 30 | D | 29 | 13D | 20 | 2D |
| Octal | 226 | 116 | 202 | 0 | 60 | 15 | 51 | 475 | 40 | 55 |
| Binary | 10010110 | 1001110 | 10000010 | 0 | 110000 | 1101 | 101001 | 100111101 | 100000 | 101101 |
Color Harmonies of #964E82
Complementary color
Monochromatic Colors of #964E82
Black with #964E82
Text Example
Text Example
White with #964E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E82; }
p { color: rgb(150,78,130); }
H1.HeaderClassName
{
color: #964E82;
}
.AnyTagClassName
{
color: #964E82;
}
</style>
background-color css
<style>
a { background-color: #964E82; }
a { background-color: rgb(150,78,130); }
div.DivClassName
{
background-color: #964E82;
}
.BgClassName
{
background-color: #964E82;
}
</style>
border-color css
<style>
span { border-color: #964E82; }
span { border-color: rgb(150,78,130); }
td.TdClassName
{
border-color: #964E82;
}
.TagClassName
{
border-color: #964E82;
}
</style>