Shades of Strikemaster #916A7D
Tints of Strikemaster #916A7D
RGB
CMYK
RGB Variations
Color information
#916A7D (or 0x916A7D) is known color: Strikemaster. HEX triplet: 91, 6A and 7D. RGB value is (145,106,125). Sum of RGB (Red+Green+Blue) = 145+106+125=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #916A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A7D is #6E9582. Grayscale: #777777. Windows color (decimal): -7247235 or 8219281. OLE color: 8219281.
HSL color Cylindrical-coordinate representation of color #916A7D: hue angle of 330.77º 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 #916A7D is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 106 | 125 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.43 |
| HSL | 330.77º | 0.16% | 0.49% | - |
| HSV(B) | 330.77º | 0.27% | 0.57% | - |
| XYZ | 20.53 | 17.81 | 21.76 | - |
| YUV | 119.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 125 | 0 | 0.27 | 0.14 | 0.43 | 330.77 | 0.16 | 0.49 |
| Hex | 91 | 6A | 7D | 0 | 1B | E | 2B | 14B | 10 | 31 |
| Octal | 221 | 152 | 175 | 0 | 33 | 16 | 53 | 513 | 20 | 61 |
| Binary | 10010001 | 1101010 | 1111101 | 0 | 11011 | 1110 | 101011 | 101001011 | 10000 | 110001 |
Color Harmonies of #916A7D
Complementary color
Monochromatic Colors of #916A7D
Black with #916A7D
Text Example
Text Example
White with #916A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916A7D; }
p { color: rgb(145,106,125); }
H1.HeaderClassName
{
color: #916A7D;
}
.AnyTagClassName
{
color: #916A7D;
}
</style>
background-color css
<style>
a { background-color: #916A7D; }
a { background-color: rgb(145,106,125); }
div.DivClassName
{
background-color: #916A7D;
}
.BgClassName
{
background-color: #916A7D;
}
</style>
border-color css
<style>
span { border-color: #916A7D; }
span { border-color: rgb(145,106,125); }
td.TdClassName
{
border-color: #916A7D;
}
.TagClassName
{
border-color: #916A7D;
}
</style>