Shades of Strikemaster #91657C
Tints of Strikemaster #91657C
RGB
CMYK
RGB Variations
Color information
#91657C (or 0x91657C) is known color: Strikemaster. HEX triplet: 91, 65 and 7C. RGB value is (145,101,124). Sum of RGB (Red+Green+Blue) = 145+101+124=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #91657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91657C is #6E9A83. Grayscale: #747474. Windows color (decimal): -7248516 or 8152465. OLE color: 8152465.
HSL color Cylindrical-coordinate representation of color #91657C: hue angle of 328.64º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91657C is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 101 | 124 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.43 |
| HSL | 328.64º | 0.18% | 0.48% | - |
| HSV(B) | 328.64º | 0.3% | 0.57% | - |
| XYZ | 19.97 | 16.78 | 21.26 | - |
| YUV | 116.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 124 | 0 | 0.30 | 0.14 | 0.43 | 328.64 | 0.18 | 0.48 |
| Hex | 91 | 65 | 7C | 0 | 1E | E | 2B | 149 | 12 | 30 |
| Octal | 221 | 145 | 174 | 0 | 36 | 16 | 53 | 511 | 22 | 60 |
| Binary | 10010001 | 1100101 | 1111100 | 0 | 11110 | 1110 | 101011 | 101001001 | 10010 | 110000 |
Color Harmonies of #91657C
Complementary color
Monochromatic Colors of #91657C
Black with #91657C
Text Example
Text Example
White with #91657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91657C; }
p { color: rgb(145,101,124); }
H1.HeaderClassName
{
color: #91657C;
}
.AnyTagClassName
{
color: #91657C;
}
</style>
background-color css
<style>
a { background-color: #91657C; }
a { background-color: rgb(145,101,124); }
div.DivClassName
{
background-color: #91657C;
}
.BgClassName
{
background-color: #91657C;
}
</style>
border-color css
<style>
span { border-color: #91657C; }
span { border-color: rgb(145,101,124); }
td.TdClassName
{
border-color: #91657C;
}
.TagClassName
{
border-color: #91657C;
}
</style>