Shades of Strikemaster #965D88
Tints of Strikemaster #965D88
RGB
CMYK
RGB Variations
Color information
#965D88 (or 0x965D88) is known color: Strikemaster. HEX triplet: 96, 5D and 88. RGB value is (150,93,136). Sum of RGB (Red+Green+Blue) = 150+93+136=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #965D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965D88 is #69A277. Grayscale: #727272. Windows color (decimal): -6922872 or 8936854. OLE color: 8936854.
HSL color Cylindrical-coordinate representation of color #965D88: hue angle of 314.74º 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 #965D88 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 93 | 136 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.41 |
| HSL | 314.74º | 0.23% | 0.48% | - |
| HSV(B) | 314.74º | 0.38% | 0.59% | - |
| XYZ | 20.94 | 16.09 | 25.29 | - |
| YUV | 114.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 136 | 0 | 0.38 | 0.09 | 0.41 | 314.74 | 0.23 | 0.48 |
| Hex | 96 | 5D | 88 | 0 | 26 | 9 | 29 | 13B | 17 | 30 |
| Octal | 226 | 135 | 210 | 0 | 46 | 11 | 51 | 473 | 27 | 60 |
| Binary | 10010110 | 1011101 | 10001000 | 0 | 100110 | 1001 | 101001 | 100111011 | 10111 | 110000 |
Color Harmonies of #965D88
Complementary color
Monochromatic Colors of #965D88
Black with #965D88
Text Example
Text Example
White with #965D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965D88; }
p { color: rgb(150,93,136); }
H1.HeaderClassName
{
color: #965D88;
}
.AnyTagClassName
{
color: #965D88;
}
</style>
background-color css
<style>
a { background-color: #965D88; }
a { background-color: rgb(150,93,136); }
div.DivClassName
{
background-color: #965D88;
}
.BgClassName
{
background-color: #965D88;
}
</style>
border-color css
<style>
span { border-color: #965D88; }
span { border-color: rgb(150,93,136); }
td.TdClassName
{
border-color: #965D88;
}
.TagClassName
{
border-color: #965D88;
}
</style>