Shades of Strikemaster #965083
Tints of Strikemaster #965083
RGB
CMYK
RGB Variations
Color information
#965083 (or 0x965083) is known color: Strikemaster. HEX triplet: 96, 50 and 83. RGB value is (150,80,131). Sum of RGB (Red+Green+Blue) = 150+80+131=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #965083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965083 is #69AF7C. Grayscale: #6A6A6A. Windows color (decimal): -6926205 or 8605846. OLE color: 8605846.
HSL color Cylindrical-coordinate representation of color #965083: hue angle of 316.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #965083 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 131 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.41 |
| HSL | 316.29º | 0.3% | 0.45% | - |
| HSV(B) | 316.29º | 0.47% | 0.59% | - |
| XYZ | 19.54 | 13.86 | 23.12 | - |
| YUV | 106.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 131 | 0 | 0.47 | 0.13 | 0.41 | 316.29 | 0.3 | 0.45 |
| Hex | 96 | 50 | 83 | 0 | 2F | D | 29 | 13C | 1E | 2D |
| Octal | 226 | 120 | 203 | 0 | 57 | 15 | 51 | 474 | 36 | 55 |
| Binary | 10010110 | 1010000 | 10000011 | 0 | 101111 | 1101 | 101001 | 100111100 | 11110 | 101101 |
Color Harmonies of #965083
Complementary color
Monochromatic Colors of #965083
Black with #965083
Text Example
Text Example
White with #965083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965083; }
p { color: rgb(150,80,131); }
H1.HeaderClassName
{
color: #965083;
}
.AnyTagClassName
{
color: #965083;
}
</style>
background-color css
<style>
a { background-color: #965083; }
a { background-color: rgb(150,80,131); }
div.DivClassName
{
background-color: #965083;
}
.BgClassName
{
background-color: #965083;
}
</style>
border-color css
<style>
span { border-color: #965083; }
span { border-color: rgb(150,80,131); }
td.TdClassName
{
border-color: #965083;
}
.TagClassName
{
border-color: #965083;
}
</style>