Shades of Strikemaster #965F81
Tints of Strikemaster #965F81
RGB
CMYK
RGB Variations
Color information
#965F81 (or 0x965F81) is known color: Strikemaster. HEX triplet: 96, 5F and 81. RGB value is (150,95,129). Sum of RGB (Red+Green+Blue) = 150+95+129=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #965F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965F81 is #69A07E. Grayscale: #737373. Windows color (decimal): -6922367 or 8478614. OLE color: 8478614.
HSL color Cylindrical-coordinate representation of color #965F81: hue angle of 322.91º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965F81 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 129 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.41 |
| HSL | 322.91º | 0.22% | 0.48% | - |
| HSV(B) | 322.91º | 0.37% | 0.59% | - |
| XYZ | 20.63 | 16.25 | 22.82 | - |
| YUV | 115.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 129 | 0 | 0.37 | 0.14 | 0.41 | 322.91 | 0.22 | 0.48 |
| Hex | 96 | 5F | 81 | 0 | 25 | E | 29 | 143 | 16 | 30 |
| Octal | 226 | 137 | 201 | 0 | 45 | 16 | 51 | 503 | 26 | 60 |
| Binary | 10010110 | 1011111 | 10000001 | 0 | 100101 | 1110 | 101001 | 101000011 | 10110 | 110000 |
Color Harmonies of #965F81
Complementary color
Monochromatic Colors of #965F81
Black with #965F81
Text Example
Text Example
White with #965F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F81; }
p { color: rgb(150,95,129); }
H1.HeaderClassName
{
color: #965F81;
}
.AnyTagClassName
{
color: #965F81;
}
</style>
background-color css
<style>
a { background-color: #965F81; }
a { background-color: rgb(150,95,129); }
div.DivClassName
{
background-color: #965F81;
}
.BgClassName
{
background-color: #965F81;
}
</style>
border-color css
<style>
span { border-color: #965F81; }
span { border-color: rgb(150,95,129); }
td.TdClassName
{
border-color: #965F81;
}
.TagClassName
{
border-color: #965F81;
}
</style>