Shades of Strikemaster #965D7B
Tints of Strikemaster #965D7B
RGB
CMYK
RGB Variations
Color information
#965D7B (or 0x965D7B) is known color: Strikemaster. HEX triplet: 96, 5D and 7B. RGB value is (150,93,123). Sum of RGB (Red+Green+Blue) = 150+93+123=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #965D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965D7B is #69A284. Grayscale: #717171. Windows color (decimal): -6922885 or 8084886. OLE color: 8084886.
HSL color Cylindrical-coordinate representation of color #965D7B: hue angle of 328.42º 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 #965D7B is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 93 | 123 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.41 |
| HSL | 328.42º | 0.23% | 0.48% | - |
| HSV(B) | 328.42º | 0.38% | 0.59% | - |
| XYZ | 20.07 | 15.74 | 20.72 | - |
| YUV | 113.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 123 | 0 | 0.38 | 0.18 | 0.41 | 328.42 | 0.23 | 0.48 |
| Hex | 96 | 5D | 7B | 0 | 26 | 12 | 29 | 148 | 17 | 30 |
| Octal | 226 | 135 | 173 | 0 | 46 | 22 | 51 | 510 | 27 | 60 |
| Binary | 10010110 | 1011101 | 1111011 | 0 | 100110 | 10010 | 101001 | 101001000 | 10111 | 110000 |
Color Harmonies of #965D7B
Complementary color
Monochromatic Colors of #965D7B
Black with #965D7B
Text Example
Text Example
White with #965D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965D7B; }
p { color: rgb(150,93,123); }
H1.HeaderClassName
{
color: #965D7B;
}
.AnyTagClassName
{
color: #965D7B;
}
</style>
background-color css
<style>
a { background-color: #965D7B; }
a { background-color: rgb(150,93,123); }
div.DivClassName
{
background-color: #965D7B;
}
.BgClassName
{
background-color: #965D7B;
}
</style>
border-color css
<style>
span { border-color: #965D7B; }
span { border-color: rgb(150,93,123); }
td.TdClassName
{
border-color: #965D7B;
}
.TagClassName
{
border-color: #965D7B;
}
</style>