Shades of Strikemaster #916980
Tints of Strikemaster #916980
RGB
CMYK
RGB Variations
Color information
#916980 (or 0x916980) is known color: Strikemaster. HEX triplet: 91, 69 and 80. RGB value is (145,105,128). Sum of RGB (Red+Green+Blue) = 145+105+128=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #916980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916980 is #6E967F. Grayscale: #777777. Windows color (decimal): -7247488 or 8415633. OLE color: 8415633.
HSL color Cylindrical-coordinate representation of color #916980: hue angle of 325.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916980 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 105 | 128 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.43 |
| HSL | 325.5º | 0.16% | 0.49% | - |
| HSV(B) | 325.5º | 0.28% | 0.57% | - |
| XYZ | 20.62 | 17.68 | 22.75 | - |
| YUV | 119.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 128 | 0 | 0.28 | 0.12 | 0.43 | 325.5 | 0.16 | 0.49 |
| Hex | 91 | 69 | 80 | 0 | 1C | C | 2B | 146 | 10 | 31 |
| Octal | 221 | 151 | 200 | 0 | 34 | 14 | 53 | 506 | 20 | 61 |
| Binary | 10010001 | 1101001 | 10000000 | 0 | 11100 | 1100 | 101011 | 101000110 | 10000 | 110001 |
Color Harmonies of #916980
Complementary color
Monochromatic Colors of #916980
Black with #916980
Text Example
Text Example
White with #916980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916980; }
p { color: rgb(145,105,128); }
H1.HeaderClassName
{
color: #916980;
}
.AnyTagClassName
{
color: #916980;
}
</style>
background-color css
<style>
a { background-color: #916980; }
a { background-color: rgb(145,105,128); }
div.DivClassName
{
background-color: #916980;
}
.BgClassName
{
background-color: #916980;
}
</style>
border-color css
<style>
span { border-color: #916980; }
span { border-color: rgb(145,105,128); }
td.TdClassName
{
border-color: #916980;
}
.TagClassName
{
border-color: #916980;
}
</style>