Shades of Strikemaster #965D7F
Tints of Strikemaster #965D7F
RGB
CMYK
RGB Variations
Color information
#965D7F (or 0x965D7F) is known color: Strikemaster. HEX triplet: 96, 5D and 7F. RGB value is (150,93,127). Sum of RGB (Red+Green+Blue) = 150+93+127=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #965D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965D7F is #69A280. Grayscale: #717171. Windows color (decimal): -6922881 or 8347030. OLE color: 8347030.
HSL color Cylindrical-coordinate representation of color #965D7F: hue angle of 324.21º 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 #965D7F is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 93 | 127 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.41 |
| HSL | 324.21º | 0.23% | 0.48% | - |
| HSV(B) | 324.21º | 0.38% | 0.59% | - |
| XYZ | 20.32 | 15.85 | 22.07 | - |
| YUV | 113.92 | 135.38 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 127 | 0 | 0.38 | 0.15 | 0.41 | 324.21 | 0.23 | 0.48 |
| Hex | 96 | 5D | 7F | 0 | 26 | F | 29 | 144 | 17 | 30 |
| Octal | 226 | 135 | 177 | 0 | 46 | 17 | 51 | 504 | 27 | 60 |
| Binary | 10010110 | 1011101 | 1111111 | 0 | 100110 | 1111 | 101001 | 101000100 | 10111 | 110000 |
Color Harmonies of #965D7F
Complementary color
Monochromatic Colors of #965D7F
Black with #965D7F
Text Example
Text Example
White with #965D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965D7F; }
p { color: rgb(150,93,127); }
H1.HeaderClassName
{
color: #965D7F;
}
.AnyTagClassName
{
color: #965D7F;
}
</style>
background-color css
<style>
a { background-color: #965D7F; }
a { background-color: rgb(150,93,127); }
div.DivClassName
{
background-color: #965D7F;
}
.BgClassName
{
background-color: #965D7F;
}
</style>
border-color css
<style>
span { border-color: #965D7F; }
span { border-color: rgb(150,93,127); }
td.TdClassName
{
border-color: #965D7F;
}
.TagClassName
{
border-color: #965D7F;
}
</style>