Shades of Strikemaster #965285
Tints of Strikemaster #965285
RGB
CMYK
RGB Variations
Color information
#965285 (or 0x965285) is known color: Strikemaster. HEX triplet: 96, 52 and 85. RGB value is (150,82,133). Sum of RGB (Red+Green+Blue) = 150+82+133=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #965285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965285 is #69AD7A. Grayscale: #6C6C6C. Windows color (decimal): -6925691 or 8737430. OLE color: 8737430.
HSL color Cylindrical-coordinate representation of color #965285: hue angle of 315º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965285 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 133 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.41 |
| HSL | 315º | 0.29% | 0.45% | - |
| HSV(B) | 315º | 0.45% | 0.59% | - |
| XYZ | 19.83 | 14.21 | 23.89 | - |
| YUV | 108.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 133 | 0 | 0.45 | 0.11 | 0.41 | 315 | 0.29 | 0.45 |
| Hex | 96 | 52 | 85 | 0 | 2D | B | 29 | 13B | 1D | 2D |
| Octal | 226 | 122 | 205 | 0 | 55 | 13 | 51 | 473 | 35 | 55 |
| Binary | 10010110 | 1010010 | 10000101 | 0 | 101101 | 1011 | 101001 | 100111011 | 11101 | 101101 |
Color Harmonies of #965285
Complementary color
Monochromatic Colors of #965285
Black with #965285
Text Example
Text Example
White with #965285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965285; }
p { color: rgb(150,82,133); }
H1.HeaderClassName
{
color: #965285;
}
.AnyTagClassName
{
color: #965285;
}
</style>
background-color css
<style>
a { background-color: #965285; }
a { background-color: rgb(150,82,133); }
div.DivClassName
{
background-color: #965285;
}
.BgClassName
{
background-color: #965285;
}
</style>
border-color css
<style>
span { border-color: #965285; }
span { border-color: rgb(150,82,133); }
td.TdClassName
{
border-color: #965285;
}
.TagClassName
{
border-color: #965285;
}
</style>