Shades of Strikemaster #965D84
Tints of Strikemaster #965D84
RGB
CMYK
RGB Variations
Color information
#965D84 (or 0x965D84) is known color: Strikemaster. HEX triplet: 96, 5D and 84. RGB value is (150,93,132). Sum of RGB (Red+Green+Blue) = 150+93+132=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #965D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965D84 is #69A27B. Grayscale: #727272. Windows color (decimal): -6922876 or 8674710. OLE color: 8674710.
HSL color Cylindrical-coordinate representation of color #965D84: hue angle of 318.95º 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 #965D84 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 93 | 132 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.41 |
| HSL | 318.95º | 0.23% | 0.48% | - |
| HSV(B) | 318.95º | 0.38% | 0.59% | - |
| XYZ | 20.66 | 15.98 | 23.83 | - |
| YUV | 114.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 132 | 0 | 0.38 | 0.12 | 0.41 | 318.95 | 0.23 | 0.48 |
| Hex | 96 | 5D | 84 | 0 | 26 | C | 29 | 13F | 17 | 30 |
| Octal | 226 | 135 | 204 | 0 | 46 | 14 | 51 | 477 | 27 | 60 |
| Binary | 10010110 | 1011101 | 10000100 | 0 | 100110 | 1100 | 101001 | 100111111 | 10111 | 110000 |
Color Harmonies of #965D84
Complementary color
Monochromatic Colors of #965D84
Black with #965D84
Text Example
Text Example
White with #965D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965D84; }
p { color: rgb(150,93,132); }
H1.HeaderClassName
{
color: #965D84;
}
.AnyTagClassName
{
color: #965D84;
}
</style>
background-color css
<style>
a { background-color: #965D84; }
a { background-color: rgb(150,93,132); }
div.DivClassName
{
background-color: #965D84;
}
.BgClassName
{
background-color: #965D84;
}
</style>
border-color css
<style>
span { border-color: #965D84; }
span { border-color: rgb(150,93,132); }
td.TdClassName
{
border-color: #965D84;
}
.TagClassName
{
border-color: #965D84;
}
</style>