Shades of Strikemaster #915180
Tints of Strikemaster #915180
RGB
CMYK
RGB Variations
Color information
#915180 (or 0x915180) is known color: Strikemaster. HEX triplet: 91, 51 and 80. RGB value is (145,81,128). Sum of RGB (Red+Green+Blue) = 145+81+128=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #915180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915180 is #6EAE7F. Grayscale: #696969. Windows color (decimal): -7253632 or 8409489. OLE color: 8409489.
HSL color Cylindrical-coordinate representation of color #915180: hue angle of 315.94º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915180 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 81 | 128 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.43 |
| HSL | 315.94º | 0.28% | 0.44% | - |
| HSV(B) | 315.94º | 0.44% | 0.57% | - |
| XYZ | 18.52 | 13.46 | 22.04 | - |
| YUV | 105.49 | 140.7 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 128 | 0 | 0.44 | 0.12 | 0.43 | 315.94 | 0.28 | 0.44 |
| Hex | 91 | 51 | 80 | 0 | 2C | C | 2B | 13C | 1C | 2C |
| Octal | 221 | 121 | 200 | 0 | 54 | 14 | 53 | 474 | 34 | 54 |
| Binary | 10010001 | 1010001 | 10000000 | 0 | 101100 | 1100 | 101011 | 100111100 | 11100 | 101100 |
Color Harmonies of #915180
Complementary color
Monochromatic Colors of #915180
Black with #915180
Text Example
Text Example
White with #915180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915180; }
p { color: rgb(145,81,128); }
H1.HeaderClassName
{
color: #915180;
}
.AnyTagClassName
{
color: #915180;
}
</style>
background-color css
<style>
a { background-color: #915180; }
a { background-color: rgb(145,81,128); }
div.DivClassName
{
background-color: #915180;
}
.BgClassName
{
background-color: #915180;
}
</style>
border-color css
<style>
span { border-color: #915180; }
span { border-color: rgb(145,81,128); }
td.TdClassName
{
border-color: #915180;
}
.TagClassName
{
border-color: #915180;
}
</style>