Shades of Strikemaster #916484
Tints of Strikemaster #916484
RGB
CMYK
RGB Variations
Color information
#916484 (or 0x916484) is known color: Strikemaster. HEX triplet: 91, 64 and 84. RGB value is (145,100,132). Sum of RGB (Red+Green+Blue) = 145+100+132=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #916484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916484 is #6E9B7B. Grayscale: #757575. Windows color (decimal): -7248764 or 8676497. OLE color: 8676497.
HSL color Cylindrical-coordinate representation of color #916484: hue angle of 317.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #916484 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 100 | 132 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.43 |
| HSL | 317.33º | 0.18% | 0.48% | - |
| HSV(B) | 317.33º | 0.31% | 0.57% | - |
| XYZ | 20.4 | 16.8 | 24 | - |
| YUV | 117.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 100 | 132 | 0 | 0.31 | 0.09 | 0.43 | 317.33 | 0.18 | 0.48 |
| Hex | 91 | 64 | 84 | 0 | 1F | 9 | 2B | 13D | 12 | 30 |
| Octal | 221 | 144 | 204 | 0 | 37 | 11 | 53 | 475 | 22 | 60 |
| Binary | 10010001 | 1100100 | 10000100 | 0 | 11111 | 1001 | 101011 | 100111101 | 10010 | 110000 |
Color Harmonies of #916484
Complementary color
Monochromatic Colors of #916484
Black with #916484
Text Example
Text Example
White with #916484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916484; }
p { color: rgb(145,100,132); }
H1.HeaderClassName
{
color: #916484;
}
.AnyTagClassName
{
color: #916484;
}
</style>
background-color css
<style>
a { background-color: #916484; }
a { background-color: rgb(145,100,132); }
div.DivClassName
{
background-color: #916484;
}
.BgClassName
{
background-color: #916484;
}
</style>
border-color css
<style>
span { border-color: #916484; }
span { border-color: rgb(145,100,132); }
td.TdClassName
{
border-color: #916484;
}
.TagClassName
{
border-color: #916484;
}
</style>