Shades of Strikemaster #915E82
Tints of Strikemaster #915E82
RGB
CMYK
RGB Variations
Color information
#915E82 (or 0x915E82) is known color: Strikemaster. HEX triplet: 91, 5E and 82. RGB value is (145,94,130). Sum of RGB (Red+Green+Blue) = 145+94+130=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #915E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915E82 is #6EA17D. Grayscale: #717171. Windows color (decimal): -7250302 or 8543889. OLE color: 8543889.
HSL color Cylindrical-coordinate representation of color #915E82: hue angle of 317.65º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #915E82 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 130 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.43 |
| HSL | 317.65º | 0.21% | 0.47% | - |
| HSV(B) | 317.65º | 0.35% | 0.57% | - |
| XYZ | 19.71 | 15.64 | 23.1 | - |
| YUV | 113.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 130 | 0 | 0.35 | 0.10 | 0.43 | 317.65 | 0.21 | 0.47 |
| Hex | 91 | 5E | 82 | 0 | 23 | A | 2B | 13E | 15 | 2F |
| Octal | 221 | 136 | 202 | 0 | 43 | 12 | 53 | 476 | 25 | 57 |
| Binary | 10010001 | 1011110 | 10000010 | 0 | 100011 | 1010 | 101011 | 100111110 | 10101 | 101111 |
Color Harmonies of #915E82
Complementary color
Monochromatic Colors of #915E82
Black with #915E82
Text Example
Text Example
White with #915E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E82; }
p { color: rgb(145,94,130); }
H1.HeaderClassName
{
color: #915E82;
}
.AnyTagClassName
{
color: #915E82;
}
</style>
background-color css
<style>
a { background-color: #915E82; }
a { background-color: rgb(145,94,130); }
div.DivClassName
{
background-color: #915E82;
}
.BgClassName
{
background-color: #915E82;
}
</style>
border-color css
<style>
span { border-color: #915E82; }
span { border-color: rgb(145,94,130); }
td.TdClassName
{
border-color: #915E82;
}
.TagClassName
{
border-color: #915E82;
}
</style>