Shades of Strikemaster #915780
Tints of Strikemaster #915780
RGB
CMYK
RGB Variations
Color information
#915780 (or 0x915780) is known color: Strikemaster. HEX triplet: 91, 57 and 80. RGB value is (145,87,128). Sum of RGB (Red+Green+Blue) = 145+87+128=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #915780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915780 is #6EA87F. Grayscale: #6C6C6C. Windows color (decimal): -7252096 or 8411025. OLE color: 8411025.
HSL color Cylindrical-coordinate representation of color #915780: hue angle of 317.59º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #915780 is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 87 | 128 | - |
| CMYK | 0 | 0.4 | 0.12 | 0.43 |
| HSL | 317.59º | 0.25% | 0.45% | - |
| HSV(B) | 317.59º | 0.4% | 0.57% | - |
| XYZ | 18.98 | 14.39 | 22.2 | - |
| YUV | 109.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 128 | 0 | 0.4 | 0.12 | 0.43 | 317.59 | 0.25 | 0.45 |
| Hex | 91 | 57 | 80 | 0 | 28 | C | 2B | 13E | 19 | 2D |
| Octal | 221 | 127 | 200 | 0 | 50 | 14 | 53 | 476 | 31 | 55 |
| Binary | 10010001 | 1010111 | 10000000 | 0 | 101000 | 1100 | 101011 | 100111110 | 11001 | 101101 |
Color Harmonies of #915780
Complementary color
Monochromatic Colors of #915780
Black with #915780
Text Example
Text Example
White with #915780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915780; }
p { color: rgb(145,87,128); }
H1.HeaderClassName
{
color: #915780;
}
.AnyTagClassName
{
color: #915780;
}
</style>
background-color css
<style>
a { background-color: #915780; }
a { background-color: rgb(145,87,128); }
div.DivClassName
{
background-color: #915780;
}
.BgClassName
{
background-color: #915780;
}
</style>
border-color css
<style>
span { border-color: #915780; }
span { border-color: rgb(145,87,128); }
td.TdClassName
{
border-color: #915780;
}
.TagClassName
{
border-color: #915780;
}
</style>