Shades of Strikemaster #915C83
Tints of Strikemaster #915C83
RGB
CMYK
RGB Variations
Color information
#915C83 (or 0x915C83) is known color: Strikemaster. HEX triplet: 91, 5C and 83. RGB value is (145,92,131). Sum of RGB (Red+Green+Blue) = 145+92+131=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #915C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915C83 is #6EA37C. Grayscale: #707070. Windows color (decimal): -7250813 or 8608913. OLE color: 8608913.
HSL color Cylindrical-coordinate representation of color #915C83: hue angle of 315.85º degrees, saturation: 0.22, 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 #915C83 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 92 | 131 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.43 |
| HSL | 315.85º | 0.22% | 0.46% | - |
| HSV(B) | 315.85º | 0.37% | 0.57% | - |
| XYZ | 19.6 | 15.31 | 23.4 | - |
| YUV | 112.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 131 | 0 | 0.37 | 0.10 | 0.43 | 315.85 | 0.22 | 0.46 |
| Hex | 91 | 5C | 83 | 0 | 25 | A | 2B | 13C | 16 | 2E |
| Octal | 221 | 134 | 203 | 0 | 45 | 12 | 53 | 474 | 26 | 56 |
| Binary | 10010001 | 1011100 | 10000011 | 0 | 100101 | 1010 | 101011 | 100111100 | 10110 | 101110 |
Color Harmonies of #915C83
Complementary color
Monochromatic Colors of #915C83
Black with #915C83
Text Example
Text Example
White with #915C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915C83; }
p { color: rgb(145,92,131); }
H1.HeaderClassName
{
color: #915C83;
}
.AnyTagClassName
{
color: #915C83;
}
</style>
background-color css
<style>
a { background-color: #915C83; }
a { background-color: rgb(145,92,131); }
div.DivClassName
{
background-color: #915C83;
}
.BgClassName
{
background-color: #915C83;
}
</style>
border-color css
<style>
span { border-color: #915C83; }
span { border-color: rgb(145,92,131); }
td.TdClassName
{
border-color: #915C83;
}
.TagClassName
{
border-color: #915C83;
}
</style>