Shades of Strikemaster #915882
Tints of Strikemaster #915882
RGB
CMYK
RGB Variations
Color information
#915882 (or 0x915882) is known color: Strikemaster. HEX triplet: 91, 58 and 82. RGB value is (145,88,130). Sum of RGB (Red+Green+Blue) = 145+88+130=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #915882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915882 is #6EA77D. Grayscale: #6D6D6D. Windows color (decimal): -7251838 or 8542353. OLE color: 8542353.
HSL color Cylindrical-coordinate representation of color #915882: hue angle of 315.79º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915882 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 130 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.43 |
| HSL | 315.79º | 0.24% | 0.46% | - |
| HSV(B) | 315.79º | 0.39% | 0.57% | - |
| XYZ | 19.2 | 14.61 | 22.93 | - |
| YUV | 109.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 130 | 0 | 0.39 | 0.10 | 0.43 | 315.79 | 0.24 | 0.46 |
| Hex | 91 | 58 | 82 | 0 | 27 | A | 2B | 13C | 18 | 2E |
| Octal | 221 | 130 | 202 | 0 | 47 | 12 | 53 | 474 | 30 | 56 |
| Binary | 10010001 | 1011000 | 10000010 | 0 | 100111 | 1010 | 101011 | 100111100 | 11000 | 101110 |
Color Harmonies of #915882
Complementary color
Monochromatic Colors of #915882
Black with #915882
Text Example
Text Example
White with #915882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915882; }
p { color: rgb(145,88,130); }
H1.HeaderClassName
{
color: #915882;
}
.AnyTagClassName
{
color: #915882;
}
</style>
background-color css
<style>
a { background-color: #915882; }
a { background-color: rgb(145,88,130); }
div.DivClassName
{
background-color: #915882;
}
.BgClassName
{
background-color: #915882;
}
</style>
border-color css
<style>
span { border-color: #915882; }
span { border-color: rgb(145,88,130); }
td.TdClassName
{
border-color: #915882;
}
.TagClassName
{
border-color: #915882;
}
</style>