Shades of Strikemaster #915D80
Tints of Strikemaster #915D80
RGB
CMYK
RGB Variations
Color information
#915D80 (or 0x915D80) is known color: Strikemaster. HEX triplet: 91, 5D and 80. RGB value is (145,93,128). Sum of RGB (Red+Green+Blue) = 145+93+128=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #915D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915D80 is #6EA27F. Grayscale: #707070. Windows color (decimal): -7250560 or 8412561. OLE color: 8412561.
HSL color Cylindrical-coordinate representation of color #915D80: hue angle of 319.62º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #915D80 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 128 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.43 |
| HSL | 319.62º | 0.22% | 0.47% | - |
| HSV(B) | 319.62º | 0.36% | 0.57% | - |
| XYZ | 19.49 | 15.41 | 22.37 | - |
| YUV | 112.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 128 | 0 | 0.36 | 0.12 | 0.43 | 319.62 | 0.22 | 0.47 |
| Hex | 91 | 5D | 80 | 0 | 24 | C | 2B | 140 | 16 | 2F |
| Octal | 221 | 135 | 200 | 0 | 44 | 14 | 53 | 500 | 26 | 57 |
| Binary | 10010001 | 1011101 | 10000000 | 0 | 100100 | 1100 | 101011 | 101000000 | 10110 | 101111 |
Color Harmonies of #915D80
Complementary color
Monochromatic Colors of #915D80
Black with #915D80
Text Example
Text Example
White with #915D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D80; }
p { color: rgb(145,93,128); }
H1.HeaderClassName
{
color: #915D80;
}
.AnyTagClassName
{
color: #915D80;
}
</style>
background-color css
<style>
a { background-color: #915D80; }
a { background-color: rgb(145,93,128); }
div.DivClassName
{
background-color: #915D80;
}
.BgClassName
{
background-color: #915D80;
}
</style>
border-color css
<style>
span { border-color: #915D80; }
span { border-color: rgb(145,93,128); }
td.TdClassName
{
border-color: #915D80;
}
.TagClassName
{
border-color: #915D80;
}
</style>