Shades of Strikemaster #965180
Tints of Strikemaster #965180
RGB
CMYK
RGB Variations
Color information
#965180 (or 0x965180) is known color: Strikemaster. HEX triplet: 96, 51 and 80. RGB value is (150,81,128). Sum of RGB (Red+Green+Blue) = 150+81+128=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #965180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965180 is #69AE7F. Grayscale: #6A6A6A. Windows color (decimal): -6925952 or 8409494. OLE color: 8409494.
HSL color Cylindrical-coordinate representation of color #965180: hue angle of 319.13º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965180 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 128 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.41 |
| HSL | 319.13º | 0.3% | 0.45% | - |
| HSV(B) | 319.13º | 0.46% | 0.59% | - |
| XYZ | 19.42 | 13.93 | 22.09 | - |
| YUV | 106.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 128 | 0 | 0.46 | 0.15 | 0.41 | 319.13 | 0.3 | 0.45 |
| Hex | 96 | 51 | 80 | 0 | 2E | F | 29 | 13F | 1E | 2D |
| Octal | 226 | 121 | 200 | 0 | 56 | 17 | 51 | 477 | 36 | 55 |
| Binary | 10010110 | 1010001 | 10000000 | 0 | 101110 | 1111 | 101001 | 100111111 | 11110 | 101101 |
Color Harmonies of #965180
Complementary color
Monochromatic Colors of #965180
Black with #965180
Text Example
Text Example
White with #965180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965180; }
p { color: rgb(150,81,128); }
H1.HeaderClassName
{
color: #965180;
}
.AnyTagClassName
{
color: #965180;
}
</style>
background-color css
<style>
a { background-color: #965180; }
a { background-color: rgb(150,81,128); }
div.DivClassName
{
background-color: #965180;
}
.BgClassName
{
background-color: #965180;
}
</style>
border-color css
<style>
span { border-color: #965180; }
span { border-color: rgb(150,81,128); }
td.TdClassName
{
border-color: #965180;
}
.TagClassName
{
border-color: #965180;
}
</style>