Shades of Strikemaster #965D83
Tints of Strikemaster #965D83
RGB
CMYK
RGB Variations
Color information
#965D83 (or 0x965D83) is known color: Strikemaster. HEX triplet: 96, 5D and 83. RGB value is (150,93,131). Sum of RGB (Red+Green+Blue) = 150+93+131=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #965D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965D83 is #69A27C. Grayscale: #727272. Windows color (decimal): -6922877 or 8609174. OLE color: 8609174.
HSL color Cylindrical-coordinate representation of color #965D83: hue angle of 320º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #965D83 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 93 | 131 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.41 |
| HSL | 320º | 0.23% | 0.48% | - |
| HSV(B) | 320º | 0.38% | 0.59% | - |
| XYZ | 20.59 | 15.95 | 23.47 | - |
| YUV | 114.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 131 | 0 | 0.38 | 0.13 | 0.41 | 320 | 0.23 | 0.48 |
| Hex | 96 | 5D | 83 | 0 | 26 | D | 29 | 140 | 17 | 30 |
| Octal | 226 | 135 | 203 | 0 | 46 | 15 | 51 | 500 | 27 | 60 |
| Binary | 10010110 | 1011101 | 10000011 | 0 | 100110 | 1101 | 101001 | 101000000 | 10111 | 110000 |
Color Harmonies of #965D83
Complementary color
Monochromatic Colors of #965D83
Black with #965D83
Text Example
Text Example
White with #965D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965D83; }
p { color: rgb(150,93,131); }
H1.HeaderClassName
{
color: #965D83;
}
.AnyTagClassName
{
color: #965D83;
}
</style>
background-color css
<style>
a { background-color: #965D83; }
a { background-color: rgb(150,93,131); }
div.DivClassName
{
background-color: #965D83;
}
.BgClassName
{
background-color: #965D83;
}
</style>
border-color css
<style>
span { border-color: #965D83; }
span { border-color: rgb(150,93,131); }
td.TdClassName
{
border-color: #965D83;
}
.TagClassName
{
border-color: #965D83;
}
</style>