Shades of Strikemaster #916884
Tints of Strikemaster #916884
RGB
CMYK
RGB Variations
Color information
#916884 (or 0x916884) is known color: Strikemaster. HEX triplet: 91, 68 and 84. RGB value is (145,104,132). Sum of RGB (Red+Green+Blue) = 145+104+132=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #916884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916884 is #6E977B. Grayscale: #777777. Windows color (decimal): -7247740 or 8677521. OLE color: 8677521.
HSL color Cylindrical-coordinate representation of color #916884: hue angle of 319.02º 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 #916884 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 132 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.43 |
| HSL | 319.02º | 0.16% | 0.49% | - |
| HSV(B) | 319.02º | 0.28% | 0.57% | - |
| XYZ | 20.79 | 17.59 | 24.13 | - |
| YUV | 119.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 132 | 0 | 0.28 | 0.09 | 0.43 | 319.02 | 0.16 | 0.49 |
| Hex | 91 | 68 | 84 | 0 | 1C | 9 | 2B | 13F | 10 | 31 |
| Octal | 221 | 150 | 204 | 0 | 34 | 11 | 53 | 477 | 20 | 61 |
| Binary | 10010001 | 1101000 | 10000100 | 0 | 11100 | 1001 | 101011 | 100111111 | 10000 | 110001 |
Color Harmonies of #916884
Complementary color
Monochromatic Colors of #916884
Black with #916884
Text Example
Text Example
White with #916884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916884; }
p { color: rgb(145,104,132); }
H1.HeaderClassName
{
color: #916884;
}
.AnyTagClassName
{
color: #916884;
}
</style>
background-color css
<style>
a { background-color: #916884; }
a { background-color: rgb(145,104,132); }
div.DivClassName
{
background-color: #916884;
}
.BgClassName
{
background-color: #916884;
}
</style>
border-color css
<style>
span { border-color: #916884; }
span { border-color: rgb(145,104,132); }
td.TdClassName
{
border-color: #916884;
}
.TagClassName
{
border-color: #916884;
}
</style>