Shades of Strikemaster #916A83
Tints of Strikemaster #916A83
RGB
CMYK
RGB Variations
Color information
#916A83 (or 0x916A83) is known color: Strikemaster. HEX triplet: 91, 6A and 83. RGB value is (145,106,131). Sum of RGB (Red+Green+Blue) = 145+106+131=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #916A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916A83 is #6E957C. Grayscale: #787878. Windows color (decimal): -7247229 or 8612497. OLE color: 8612497.
HSL color Cylindrical-coordinate representation of color #916A83: hue angle of 321.54º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #916A83 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 106 | 131 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.43 |
| HSL | 321.54º | 0.16% | 0.49% | - |
| HSV(B) | 321.54º | 0.27% | 0.57% | - |
| XYZ | 20.93 | 17.97 | 23.84 | - |
| YUV | 120.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 131 | 0 | 0.27 | 0.10 | 0.43 | 321.54 | 0.16 | 0.49 |
| Hex | 91 | 6A | 83 | 0 | 1B | A | 2B | 142 | 10 | 31 |
| Octal | 221 | 152 | 203 | 0 | 33 | 12 | 53 | 502 | 20 | 61 |
| Binary | 10010001 | 1101010 | 10000011 | 0 | 11011 | 1010 | 101011 | 101000010 | 10000 | 110001 |
Color Harmonies of #916A83
Complementary color
Monochromatic Colors of #916A83
Black with #916A83
Text Example
Text Example
White with #916A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916A83; }
p { color: rgb(145,106,131); }
H1.HeaderClassName
{
color: #916A83;
}
.AnyTagClassName
{
color: #916A83;
}
</style>
background-color css
<style>
a { background-color: #916A83; }
a { background-color: rgb(145,106,131); }
div.DivClassName
{
background-color: #916A83;
}
.BgClassName
{
background-color: #916A83;
}
</style>
border-color css
<style>
span { border-color: #916A83; }
span { border-color: rgb(145,106,131); }
td.TdClassName
{
border-color: #916A83;
}
.TagClassName
{
border-color: #916A83;
}
</style>