Shades of Strikemaster #91607B
Tints of Strikemaster #91607B
RGB
CMYK
RGB Variations
Color information
#91607B (or 0x91607B) is known color: Strikemaster. HEX triplet: 91, 60 and 7B. RGB value is (145,96,123). Sum of RGB (Red+Green+Blue) = 145+96+123=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #91607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91607B is #6E9F84. Grayscale: #717171. Windows color (decimal): -7249797 or 8085649. OLE color: 8085649.
HSL color Cylindrical-coordinate representation of color #91607B: hue angle of 326.94º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91607B is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 96 | 123 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.43 |
| HSL | 326.94º | 0.2% | 0.47% | - |
| HSV(B) | 326.94º | 0.34% | 0.57% | - |
| XYZ | 19.44 | 15.82 | 20.77 | - |
| YUV | 113.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 123 | 0 | 0.34 | 0.15 | 0.43 | 326.94 | 0.2 | 0.47 |
| Hex | 91 | 60 | 7B | 0 | 22 | F | 2B | 147 | 14 | 2F |
| Octal | 221 | 140 | 173 | 0 | 42 | 17 | 53 | 507 | 24 | 57 |
| Binary | 10010001 | 1100000 | 1111011 | 0 | 100010 | 1111 | 101011 | 101000111 | 10100 | 101111 |
Color Harmonies of #91607B
Complementary color
Monochromatic Colors of #91607B
Black with #91607B
Text Example
Text Example
White with #91607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91607B; }
p { color: rgb(145,96,123); }
H1.HeaderClassName
{
color: #91607B;
}
.AnyTagClassName
{
color: #91607B;
}
</style>
background-color css
<style>
a { background-color: #91607B; }
a { background-color: rgb(145,96,123); }
div.DivClassName
{
background-color: #91607B;
}
.BgClassName
{
background-color: #91607B;
}
</style>
border-color css
<style>
span { border-color: #91607B; }
span { border-color: rgb(145,96,123); }
td.TdClassName
{
border-color: #91607B;
}
.TagClassName
{
border-color: #91607B;
}
</style>