Shades of Strikemaster #91617E
Tints of Strikemaster #91617E
RGB
CMYK
RGB Variations
Color information
#91617E (or 0x91617E) is known color: Strikemaster. HEX triplet: 91, 61 and 7E. RGB value is (145,97,126). Sum of RGB (Red+Green+Blue) = 145+97+126=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #91617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91617E is #6E9E81. Grayscale: #727272. Windows color (decimal): -7249538 or 8282513. OLE color: 8282513.
HSL color Cylindrical-coordinate representation of color #91617E: hue angle of 323.75º 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 #91617E is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 97 | 126 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.43 |
| HSL | 323.75º | 0.2% | 0.47% | - |
| HSV(B) | 323.75º | 0.33% | 0.57% | - |
| XYZ | 19.72 | 16.08 | 21.8 | - |
| YUV | 114.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 126 | 0 | 0.33 | 0.13 | 0.43 | 323.75 | 0.2 | 0.47 |
| Hex | 91 | 61 | 7E | 0 | 21 | D | 2B | 144 | 14 | 2F |
| Octal | 221 | 141 | 176 | 0 | 41 | 15 | 53 | 504 | 24 | 57 |
| Binary | 10010001 | 1100001 | 1111110 | 0 | 100001 | 1101 | 101011 | 101000100 | 10100 | 101111 |
Color Harmonies of #91617E
Complementary color
Monochromatic Colors of #91617E
Black with #91617E
Text Example
Text Example
White with #91617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91617E; }
p { color: rgb(145,97,126); }
H1.HeaderClassName
{
color: #91617E;
}
.AnyTagClassName
{
color: #91617E;
}
</style>
background-color css
<style>
a { background-color: #91617E; }
a { background-color: rgb(145,97,126); }
div.DivClassName
{
background-color: #91617E;
}
.BgClassName
{
background-color: #91617E;
}
</style>
border-color css
<style>
span { border-color: #91617E; }
span { border-color: rgb(145,97,126); }
td.TdClassName
{
border-color: #91617E;
}
.TagClassName
{
border-color: #91617E;
}
</style>