Shades of Strikemaster #91657D
Tints of Strikemaster #91657D
RGB
CMYK
RGB Variations
Color information
#91657D (or 0x91657D) is known color: Strikemaster. HEX triplet: 91, 65 and 7D. RGB value is (145,101,125). Sum of RGB (Red+Green+Blue) = 145+101+125=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #91657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91657D is #6E9A82. Grayscale: #747474. Windows color (decimal): -7248515 or 8218001. OLE color: 8218001.
HSL color Cylindrical-coordinate representation of color #91657D: hue angle of 327.27º 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 #91657D is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 101 | 125 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.43 |
| HSL | 327.27º | 0.18% | 0.48% | - |
| HSV(B) | 327.27º | 0.3% | 0.57% | - |
| XYZ | 20.03 | 16.81 | 21.59 | - |
| YUV | 116.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 125 | 0 | 0.30 | 0.14 | 0.43 | 327.27 | 0.18 | 0.48 |
| Hex | 91 | 65 | 7D | 0 | 1E | E | 2B | 147 | 12 | 30 |
| Octal | 221 | 145 | 175 | 0 | 36 | 16 | 53 | 507 | 22 | 60 |
| Binary | 10010001 | 1100101 | 1111101 | 0 | 11110 | 1110 | 101011 | 101000111 | 10010 | 110000 |
Color Harmonies of #91657D
Complementary color
Monochromatic Colors of #91657D
Black with #91657D
Text Example
Text Example
White with #91657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91657D; }
p { color: rgb(145,101,125); }
H1.HeaderClassName
{
color: #91657D;
}
.AnyTagClassName
{
color: #91657D;
}
</style>
background-color css
<style>
a { background-color: #91657D; }
a { background-color: rgb(145,101,125); }
div.DivClassName
{
background-color: #91657D;
}
.BgClassName
{
background-color: #91657D;
}
</style>
border-color css
<style>
span { border-color: #91657D; }
span { border-color: rgb(145,101,125); }
td.TdClassName
{
border-color: #91657D;
}
.TagClassName
{
border-color: #91657D;
}
</style>