Shades of Strikemaster #915B85
Tints of Strikemaster #915B85
RGB
CMYK
RGB Variations
Color information
#915B85 (or 0x915B85) is known color: Strikemaster. HEX triplet: 91, 5B and 85. RGB value is (145,91,133). Sum of RGB (Red+Green+Blue) = 145+91+133=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #915B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915B85 is #6EA47A. Grayscale: #6F6F6F. Windows color (decimal): -7251067 or 8739729. OLE color: 8739729.
HSL color Cylindrical-coordinate representation of color #915B85: hue angle of 313.33º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #915B85 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 91 | 133 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.43 |
| HSL | 313.33º | 0.23% | 0.46% | - |
| HSV(B) | 313.33º | 0.37% | 0.57% | - |
| XYZ | 19.65 | 15.2 | 24.09 | - |
| YUV | 111.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 133 | 0 | 0.37 | 0.08 | 0.43 | 313.33 | 0.23 | 0.46 |
| Hex | 91 | 5B | 85 | 0 | 25 | 8 | 2B | 139 | 17 | 2E |
| Octal | 221 | 133 | 205 | 0 | 45 | 10 | 53 | 471 | 27 | 56 |
| Binary | 10010001 | 1011011 | 10000101 | 0 | 100101 | 1000 | 101011 | 100111001 | 10111 | 101110 |
Color Harmonies of #915B85
Complementary color
Monochromatic Colors of #915B85
Black with #915B85
Text Example
Text Example
White with #915B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915B85; }
p { color: rgb(145,91,133); }
H1.HeaderClassName
{
color: #915B85;
}
.AnyTagClassName
{
color: #915B85;
}
</style>
background-color css
<style>
a { background-color: #915B85; }
a { background-color: rgb(145,91,133); }
div.DivClassName
{
background-color: #915B85;
}
.BgClassName
{
background-color: #915B85;
}
</style>
border-color css
<style>
span { border-color: #915B85; }
span { border-color: rgb(145,91,133); }
td.TdClassName
{
border-color: #915B85;
}
.TagClassName
{
border-color: #915B85;
}
</style>