Shades of Strikemaster #965282
Tints of Strikemaster #965282
RGB
CMYK
RGB Variations
Color information
#965282 (or 0x965282) is known color: Strikemaster. HEX triplet: 96, 52 and 82. RGB value is (150,82,130). Sum of RGB (Red+Green+Blue) = 150+82+130=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #965282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965282 is #69AD7D. Grayscale: #6B6B6B. Windows color (decimal): -6925694 or 8540822. OLE color: 8540822.
HSL color Cylindrical-coordinate representation of color #965282: hue angle of 317.65º 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 #965282 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 130 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.41 |
| HSL | 317.65º | 0.29% | 0.45% | - |
| HSV(B) | 317.65º | 0.45% | 0.59% | - |
| XYZ | 19.62 | 14.13 | 22.81 | - |
| YUV | 107.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 130 | 0 | 0.45 | 0.13 | 0.41 | 317.65 | 0.29 | 0.45 |
| Hex | 96 | 52 | 82 | 0 | 2D | D | 29 | 13E | 1D | 2D |
| Octal | 226 | 122 | 202 | 0 | 55 | 15 | 51 | 476 | 35 | 55 |
| Binary | 10010110 | 1010010 | 10000010 | 0 | 101101 | 1101 | 101001 | 100111110 | 11101 | 101101 |
Color Harmonies of #965282
Complementary color
Monochromatic Colors of #965282
Black with #965282
Text Example
Text Example
White with #965282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965282; }
p { color: rgb(150,82,130); }
H1.HeaderClassName
{
color: #965282;
}
.AnyTagClassName
{
color: #965282;
}
</style>
background-color css
<style>
a { background-color: #965282; }
a { background-color: rgb(150,82,130); }
div.DivClassName
{
background-color: #965282;
}
.BgClassName
{
background-color: #965282;
}
</style>
border-color css
<style>
span { border-color: #965282; }
span { border-color: rgb(150,82,130); }
td.TdClassName
{
border-color: #965282;
}
.TagClassName
{
border-color: #965282;
}
</style>