Shades of Strikemaster #916B87
Tints of Strikemaster #916B87
RGB
CMYK
RGB Variations
Color information
#916B87 (or 0x916B87) is known color: Strikemaster. HEX triplet: 91, 6B and 87. RGB value is (145,107,135). Sum of RGB (Red+Green+Blue) = 145+107+135=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #916B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916B87 is #6E9478. Grayscale: #797979. Windows color (decimal): -7246969 or 8874897. OLE color: 8874897.
HSL color Cylindrical-coordinate representation of color #916B87: hue angle of 315.79º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #916B87 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 107 | 135 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.43 |
| HSL | 315.79º | 0.15% | 0.49% | - |
| HSV(B) | 315.79º | 0.26% | 0.57% | - |
| XYZ | 21.31 | 18.28 | 25.33 | - |
| YUV | 121.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 135 | 0 | 0.26 | 0.07 | 0.43 | 315.79 | 0.15 | 0.49 |
| Hex | 91 | 6B | 87 | 0 | 1A | 7 | 2B | 13C | F | 31 |
| Octal | 221 | 153 | 207 | 0 | 32 | 7 | 53 | 474 | 17 | 61 |
| Binary | 10010001 | 1101011 | 10000111 | 0 | 11010 | 111 | 101011 | 100111100 | 1111 | 110001 |
Color Harmonies of #916B87
Complementary color
Monochromatic Colors of #916B87
Black with #916B87
Text Example
Text Example
White with #916B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916B87; }
p { color: rgb(145,107,135); }
H1.HeaderClassName
{
color: #916B87;
}
.AnyTagClassName
{
color: #916B87;
}
</style>
background-color css
<style>
a { background-color: #916B87; }
a { background-color: rgb(145,107,135); }
div.DivClassName
{
background-color: #916B87;
}
.BgClassName
{
background-color: #916B87;
}
</style>
border-color css
<style>
span { border-color: #916B87; }
span { border-color: rgb(145,107,135); }
td.TdClassName
{
border-color: #916B87;
}
.TagClassName
{
border-color: #916B87;
}
</style>