Shades of Strikemaster #91507F
Tints of Strikemaster #91507F
RGB
CMYK
RGB Variations
Color information
#91507F (or 0x91507F) is known color: Strikemaster. HEX triplet: 91, 50 and 7F. RGB value is (145,80,127). Sum of RGB (Red+Green+Blue) = 145+80+127=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #91507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91507F is #6EAF80. Grayscale: #686868. Windows color (decimal): -7253889 or 8343697. OLE color: 8343697.
HSL color Cylindrical-coordinate representation of color #91507F: hue angle of 316.62º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #91507F is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 127 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.43 |
| HSL | 316.62º | 0.29% | 0.44% | - |
| HSV(B) | 316.62º | 0.45% | 0.57% | - |
| XYZ | 18.38 | 13.29 | 21.68 | - |
| YUV | 104.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 127 | 0 | 0.45 | 0.12 | 0.43 | 316.62 | 0.29 | 0.44 |
| Hex | 91 | 50 | 7F | 0 | 2D | C | 2B | 13D | 1D | 2C |
| Octal | 221 | 120 | 177 | 0 | 55 | 14 | 53 | 475 | 35 | 54 |
| Binary | 10010001 | 1010000 | 1111111 | 0 | 101101 | 1100 | 101011 | 100111101 | 11101 | 101100 |
Color Harmonies of #91507F
Complementary color
Monochromatic Colors of #91507F
Black with #91507F
Text Example
Text Example
White with #91507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91507F; }
p { color: rgb(145,80,127); }
H1.HeaderClassName
{
color: #91507F;
}
.AnyTagClassName
{
color: #91507F;
}
</style>
background-color css
<style>
a { background-color: #91507F; }
a { background-color: rgb(145,80,127); }
div.DivClassName
{
background-color: #91507F;
}
.BgClassName
{
background-color: #91507F;
}
</style>
border-color css
<style>
span { border-color: #91507F; }
span { border-color: rgb(145,80,127); }
td.TdClassName
{
border-color: #91507F;
}
.TagClassName
{
border-color: #91507F;
}
</style>