Shades of Strikemaster #915080
Tints of Strikemaster #915080
RGB
CMYK
RGB Variations
Color information
#915080 (or 0x915080) is known color: Strikemaster. HEX triplet: 91, 50 and 80. RGB value is (145,80,128). Sum of RGB (Red+Green+Blue) = 145+80+128=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #915080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915080 is #6EAF7F. Grayscale: #686868. Windows color (decimal): -7253888 or 8409233. OLE color: 8409233.
HSL color Cylindrical-coordinate representation of color #915080: hue angle of 315.69º 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 #915080 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 128 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.43 |
| HSL | 315.69º | 0.29% | 0.44% | - |
| HSV(B) | 315.69º | 0.45% | 0.57% | - |
| XYZ | 18.44 | 13.32 | 22.02 | - |
| YUV | 104.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 128 | 0 | 0.45 | 0.12 | 0.43 | 315.69 | 0.29 | 0.44 |
| Hex | 91 | 50 | 80 | 0 | 2D | C | 2B | 13C | 1D | 2C |
| Octal | 221 | 120 | 200 | 0 | 55 | 14 | 53 | 474 | 35 | 54 |
| Binary | 10010001 | 1010000 | 10000000 | 0 | 101101 | 1100 | 101011 | 100111100 | 11101 | 101100 |
Color Harmonies of #915080
Complementary color
Monochromatic Colors of #915080
Black with #915080
Text Example
Text Example
White with #915080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915080; }
p { color: rgb(145,80,128); }
H1.HeaderClassName
{
color: #915080;
}
.AnyTagClassName
{
color: #915080;
}
</style>
background-color css
<style>
a { background-color: #915080; }
a { background-color: rgb(145,80,128); }
div.DivClassName
{
background-color: #915080;
}
.BgClassName
{
background-color: #915080;
}
</style>
border-color css
<style>
span { border-color: #915080; }
span { border-color: rgb(145,80,128); }
td.TdClassName
{
border-color: #915080;
}
.TagClassName
{
border-color: #915080;
}
</style>