Shades of Strikemaster #965C83
Tints of Strikemaster #965C83
RGB
CMYK
RGB Variations
Color information
#965C83 (or 0x965C83) is known color: Strikemaster. HEX triplet: 96, 5C and 83. RGB value is (150,92,131). Sum of RGB (Red+Green+Blue) = 150+92+131=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #965C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965C83 is #69A37C. Grayscale: #717171. Windows color (decimal): -6923133 or 8608918. OLE color: 8608918.
HSL color Cylindrical-coordinate representation of color #965C83: hue angle of 319.66º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #965C83 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 92 | 131 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.41 |
| HSL | 319.66º | 0.24% | 0.47% | - |
| HSV(B) | 319.66º | 0.39% | 0.59% | - |
| XYZ | 20.5 | 15.78 | 23.44 | - |
| YUV | 113.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 131 | 0 | 0.39 | 0.13 | 0.41 | 319.66 | 0.24 | 0.47 |
| Hex | 96 | 5C | 83 | 0 | 27 | D | 29 | 140 | 18 | 2F |
| Octal | 226 | 134 | 203 | 0 | 47 | 15 | 51 | 500 | 30 | 57 |
| Binary | 10010110 | 1011100 | 10000011 | 0 | 100111 | 1101 | 101001 | 101000000 | 11000 | 101111 |
Color Harmonies of #965C83
Complementary color
Monochromatic Colors of #965C83
Black with #965C83
Text Example
Text Example
White with #965C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965C83; }
p { color: rgb(150,92,131); }
H1.HeaderClassName
{
color: #965C83;
}
.AnyTagClassName
{
color: #965C83;
}
</style>
background-color css
<style>
a { background-color: #965C83; }
a { background-color: rgb(150,92,131); }
div.DivClassName
{
background-color: #965C83;
}
.BgClassName
{
background-color: #965C83;
}
</style>
border-color css
<style>
span { border-color: #965C83; }
span { border-color: rgb(150,92,131); }
td.TdClassName
{
border-color: #965C83;
}
.TagClassName
{
border-color: #965C83;
}
</style>