Shades of Strikemaster #915580
Tints of Strikemaster #915580
RGB
CMYK
RGB Variations
Color information
#915580 (or 0x915580) is known color: Strikemaster. HEX triplet: 91, 55 and 80. RGB value is (145,85,128). Sum of RGB (Red+Green+Blue) = 145+85+128=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #915580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915580 is #6EAA7F. Grayscale: #6B6B6B. Windows color (decimal): -7252608 or 8410513. OLE color: 8410513.
HSL color Cylindrical-coordinate representation of color #915580: hue angle of 317º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #915580 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 85 | 128 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.43 |
| HSL | 317º | 0.26% | 0.45% | - |
| HSV(B) | 317º | 0.41% | 0.57% | - |
| XYZ | 18.82 | 14.08 | 22.15 | - |
| YUV | 107.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 128 | 0 | 0.41 | 0.12 | 0.43 | 317 | 0.26 | 0.45 |
| Hex | 91 | 55 | 80 | 0 | 29 | C | 2B | 13D | 1A | 2D |
| Octal | 221 | 125 | 200 | 0 | 51 | 14 | 53 | 475 | 32 | 55 |
| Binary | 10010001 | 1010101 | 10000000 | 0 | 101001 | 1100 | 101011 | 100111101 | 11010 | 101101 |
Color Harmonies of #915580
Complementary color
Monochromatic Colors of #915580
Black with #915580
Text Example
Text Example
White with #915580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915580; }
p { color: rgb(145,85,128); }
H1.HeaderClassName
{
color: #915580;
}
.AnyTagClassName
{
color: #915580;
}
</style>
background-color css
<style>
a { background-color: #915580; }
a { background-color: rgb(145,85,128); }
div.DivClassName
{
background-color: #915580;
}
.BgClassName
{
background-color: #915580;
}
</style>
border-color css
<style>
span { border-color: #915580; }
span { border-color: rgb(145,85,128); }
td.TdClassName
{
border-color: #915580;
}
.TagClassName
{
border-color: #915580;
}
</style>