Shades of Strikemaster #91587E
Tints of Strikemaster #91587E
RGB
CMYK
RGB Variations
Color information
#91587E (or 0x91587E) is known color: Strikemaster. HEX triplet: 91, 58 and 7E. RGB value is (145,88,126). Sum of RGB (Red+Green+Blue) = 145+88+126=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #91587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91587E is #6EA781. Grayscale: #6D6D6D. Windows color (decimal): -7251842 or 8280209. OLE color: 8280209.
HSL color Cylindrical-coordinate representation of color #91587E: hue angle of 320º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91587E is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 126 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.43 |
| HSL | 320º | 0.24% | 0.46% | - |
| HSV(B) | 320º | 0.39% | 0.57% | - |
| XYZ | 18.93 | 14.51 | 21.54 | - |
| YUV | 109.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 126 | 0 | 0.39 | 0.13 | 0.43 | 320 | 0.24 | 0.46 |
| Hex | 91 | 58 | 7E | 0 | 27 | D | 2B | 140 | 18 | 2E |
| Octal | 221 | 130 | 176 | 0 | 47 | 15 | 53 | 500 | 30 | 56 |
| Binary | 10010001 | 1011000 | 1111110 | 0 | 100111 | 1101 | 101011 | 101000000 | 11000 | 101110 |
Color Harmonies of #91587E
Complementary color
Monochromatic Colors of #91587E
Black with #91587E
Text Example
Text Example
White with #91587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91587E; }
p { color: rgb(145,88,126); }
H1.HeaderClassName
{
color: #91587E;
}
.AnyTagClassName
{
color: #91587E;
}
</style>
background-color css
<style>
a { background-color: #91587E; }
a { background-color: rgb(145,88,126); }
div.DivClassName
{
background-color: #91587E;
}
.BgClassName
{
background-color: #91587E;
}
</style>
border-color css
<style>
span { border-color: #91587E; }
span { border-color: rgb(145,88,126); }
td.TdClassName
{
border-color: #91587E;
}
.TagClassName
{
border-color: #91587E;
}
</style>