Shades of Strikemaster #965E82
Tints of Strikemaster #965E82
RGB
CMYK
RGB Variations
Color information
#965E82 (or 0x965E82) is known color: Strikemaster. HEX triplet: 96, 5E and 82. RGB value is (150,94,130). Sum of RGB (Red+Green+Blue) = 150+94+130=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #965E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965E82 is #69A17D. Grayscale: #727272. Windows color (decimal): -6922622 or 8543894. OLE color: 8543894.
HSL color Cylindrical-coordinate representation of color #965E82: hue angle of 321.43º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965E82 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 130 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.41 |
| HSL | 321.43º | 0.23% | 0.48% | - |
| HSV(B) | 321.43º | 0.37% | 0.59% | - |
| XYZ | 20.61 | 16.1 | 23.14 | - |
| YUV | 114.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 130 | 0 | 0.37 | 0.13 | 0.41 | 321.43 | 0.23 | 0.48 |
| Hex | 96 | 5E | 82 | 0 | 25 | D | 29 | 141 | 17 | 30 |
| Octal | 226 | 136 | 202 | 0 | 45 | 15 | 51 | 501 | 27 | 60 |
| Binary | 10010110 | 1011110 | 10000010 | 0 | 100101 | 1101 | 101001 | 101000001 | 10111 | 110000 |
Color Harmonies of #965E82
Complementary color
Monochromatic Colors of #965E82
Black with #965E82
Text Example
Text Example
White with #965E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E82; }
p { color: rgb(150,94,130); }
H1.HeaderClassName
{
color: #965E82;
}
.AnyTagClassName
{
color: #965E82;
}
</style>
background-color css
<style>
a { background-color: #965E82; }
a { background-color: rgb(150,94,130); }
div.DivClassName
{
background-color: #965E82;
}
.BgClassName
{
background-color: #965E82;
}
</style>
border-color css
<style>
span { border-color: #965E82; }
span { border-color: rgb(150,94,130); }
td.TdClassName
{
border-color: #965E82;
}
.TagClassName
{
border-color: #965E82;
}
</style>