Shades of Strikemaster #91587B
Tints of Strikemaster #91587B
RGB
CMYK
RGB Variations
Color information
#91587B (or 0x91587B) is known color: Strikemaster. HEX triplet: 91, 58 and 7B. RGB value is (145,88,123). Sum of RGB (Red+Green+Blue) = 145+88+123=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #91587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91587B is #6EA784. Grayscale: #6C6C6C. Windows color (decimal): -7251845 or 8083601. OLE color: 8083601.
HSL color Cylindrical-coordinate representation of color #91587B: hue angle of 323.16º 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 #91587B is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 123 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.43 |
| HSL | 323.16º | 0.24% | 0.46% | - |
| HSV(B) | 323.16º | 0.39% | 0.57% | - |
| XYZ | 18.74 | 14.43 | 20.54 | - |
| YUV | 109.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 123 | 0 | 0.39 | 0.15 | 0.43 | 323.16 | 0.24 | 0.46 |
| Hex | 91 | 58 | 7B | 0 | 27 | F | 2B | 143 | 18 | 2E |
| Octal | 221 | 130 | 173 | 0 | 47 | 17 | 53 | 503 | 30 | 56 |
| Binary | 10010001 | 1011000 | 1111011 | 0 | 100111 | 1111 | 101011 | 101000011 | 11000 | 101110 |
Color Harmonies of #91587B
Complementary color
Monochromatic Colors of #91587B
Black with #91587B
Text Example
Text Example
White with #91587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91587B; }
p { color: rgb(145,88,123); }
H1.HeaderClassName
{
color: #91587B;
}
.AnyTagClassName
{
color: #91587B;
}
</style>
background-color css
<style>
a { background-color: #91587B; }
a { background-color: rgb(145,88,123); }
div.DivClassName
{
background-color: #91587B;
}
.BgClassName
{
background-color: #91587B;
}
</style>
border-color css
<style>
span { border-color: #91587B; }
span { border-color: rgb(145,88,123); }
td.TdClassName
{
border-color: #91587B;
}
.TagClassName
{
border-color: #91587B;
}
</style>