Shades of Strikemaster #965281
Tints of Strikemaster #965281
RGB
CMYK
RGB Variations
Color information
#965281 (or 0x965281) is known color: Strikemaster. HEX triplet: 96, 52 and 81. RGB value is (150,82,129). Sum of RGB (Red+Green+Blue) = 150+82+129=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #965281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965281 is #69AD7E. Grayscale: #6B6B6B. Windows color (decimal): -6925695 or 8475286. OLE color: 8475286.
HSL color Cylindrical-coordinate representation of color #965281: hue angle of 318.53º 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 #965281 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 129 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.41 |
| HSL | 318.53º | 0.29% | 0.45% | - |
| HSV(B) | 318.53º | 0.45% | 0.59% | - |
| XYZ | 19.56 | 14.1 | 22.46 | - |
| YUV | 107.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 129 | 0 | 0.45 | 0.14 | 0.41 | 318.53 | 0.29 | 0.45 |
| Hex | 96 | 52 | 81 | 0 | 2D | E | 29 | 13F | 1D | 2D |
| Octal | 226 | 122 | 201 | 0 | 55 | 16 | 51 | 477 | 35 | 55 |
| Binary | 10010110 | 1010010 | 10000001 | 0 | 101101 | 1110 | 101001 | 100111111 | 11101 | 101101 |
Color Harmonies of #965281
Complementary color
Monochromatic Colors of #965281
Black with #965281
Text Example
Text Example
White with #965281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965281; }
p { color: rgb(150,82,129); }
H1.HeaderClassName
{
color: #965281;
}
.AnyTagClassName
{
color: #965281;
}
</style>
background-color css
<style>
a { background-color: #965281; }
a { background-color: rgb(150,82,129); }
div.DivClassName
{
background-color: #965281;
}
.BgClassName
{
background-color: #965281;
}
</style>
border-color css
<style>
span { border-color: #965281; }
span { border-color: rgb(150,82,129); }
td.TdClassName
{
border-color: #965281;
}
.TagClassName
{
border-color: #965281;
}
</style>