Shades of Strikemaster #915680
Tints of Strikemaster #915680
RGB
CMYK
RGB Variations
Color information
#915680 (or 0x915680) is known color: Strikemaster. HEX triplet: 91, 56 and 80. RGB value is (145,86,128). Sum of RGB (Red+Green+Blue) = 145+86+128=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #915680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915680 is #6EA97F. Grayscale: #6C6C6C. Windows color (decimal): -7252352 or 8410769. OLE color: 8410769.
HSL color Cylindrical-coordinate representation of color #915680: hue angle of 317.29º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #915680 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 86 | 128 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.43 |
| HSL | 317.29º | 0.26% | 0.45% | - |
| HSV(B) | 317.29º | 0.41% | 0.57% | - |
| XYZ | 18.9 | 14.23 | 22.17 | - |
| YUV | 108.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 86 | 128 | 0 | 0.41 | 0.12 | 0.43 | 317.29 | 0.26 | 0.45 |
| Hex | 91 | 56 | 80 | 0 | 29 | C | 2B | 13D | 1A | 2D |
| Octal | 221 | 126 | 200 | 0 | 51 | 14 | 53 | 475 | 32 | 55 |
| Binary | 10010001 | 1010110 | 10000000 | 0 | 101001 | 1100 | 101011 | 100111101 | 11010 | 101101 |
Color Harmonies of #915680
Complementary color
Monochromatic Colors of #915680
Black with #915680
Text Example
Text Example
White with #915680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915680; }
p { color: rgb(145,86,128); }
H1.HeaderClassName
{
color: #915680;
}
.AnyTagClassName
{
color: #915680;
}
</style>
background-color css
<style>
a { background-color: #915680; }
a { background-color: rgb(145,86,128); }
div.DivClassName
{
background-color: #915680;
}
.BgClassName
{
background-color: #915680;
}
</style>
border-color css
<style>
span { border-color: #915680; }
span { border-color: rgb(145,86,128); }
td.TdClassName
{
border-color: #915680;
}
.TagClassName
{
border-color: #915680;
}
</style>