Shades of Strikemaster #91617C
Tints of Strikemaster #91617C
RGB
CMYK
RGB Variations
Color information
#91617C (or 0x91617C) is known color: Strikemaster. HEX triplet: 91, 61 and 7C. RGB value is (145,97,124). Sum of RGB (Red+Green+Blue) = 145+97+124=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #91617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91617C is #6E9E83. Grayscale: #727272. Windows color (decimal): -7249540 or 8151441. OLE color: 8151441.
HSL color Cylindrical-coordinate representation of color #91617C: hue angle of 326.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91617C is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 97 | 124 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.43 |
| HSL | 326.25º | 0.2% | 0.47% | - |
| HSV(B) | 326.25º | 0.33% | 0.57% | - |
| XYZ | 19.59 | 16.02 | 21.13 | - |
| YUV | 114.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 124 | 0 | 0.33 | 0.14 | 0.43 | 326.25 | 0.2 | 0.47 |
| Hex | 91 | 61 | 7C | 0 | 21 | E | 2B | 146 | 14 | 2F |
| Octal | 221 | 141 | 174 | 0 | 41 | 16 | 53 | 506 | 24 | 57 |
| Binary | 10010001 | 1100001 | 1111100 | 0 | 100001 | 1110 | 101011 | 101000110 | 10100 | 101111 |
Color Harmonies of #91617C
Complementary color
Monochromatic Colors of #91617C
Black with #91617C
Text Example
Text Example
White with #91617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91617C; }
p { color: rgb(145,97,124); }
H1.HeaderClassName
{
color: #91617C;
}
.AnyTagClassName
{
color: #91617C;
}
</style>
background-color css
<style>
a { background-color: #91617C; }
a { background-color: rgb(145,97,124); }
div.DivClassName
{
background-color: #91617C;
}
.BgClassName
{
background-color: #91617C;
}
</style>
border-color css
<style>
span { border-color: #91617C; }
span { border-color: rgb(145,97,124); }
td.TdClassName
{
border-color: #91617C;
}
.TagClassName
{
border-color: #91617C;
}
</style>