Shades of Strikemaster #995185
Tints of Strikemaster #995185
RGB
CMYK
RGB Variations
Color information
#995185 (or 0x995185) is known color: Strikemaster. HEX triplet: 99, 51 and 85. RGB value is (153,81,133). Sum of RGB (Red+Green+Blue) = 153+81+133=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #995185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995185 is #66AE7A. Grayscale: #6C6C6C. Windows color (decimal): -6729339 or 8737177. OLE color: 8737177.
HSL color Cylindrical-coordinate representation of color #995185: hue angle of 316.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995185 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 133 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.4 |
| HSL | 316.67º | 0.31% | 0.46% | - |
| HSV(B) | 316.67º | 0.47% | 0.6% | - |
| XYZ | 20.31 | 14.35 | 23.89 | - |
| YUV | 108.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 133 | 0 | 0.47 | 0.13 | 0.4 | 316.67 | 0.31 | 0.46 |
| Hex | 99 | 51 | 85 | 0 | 2F | D | 28 | 13D | 1F | 2E |
| Octal | 231 | 121 | 205 | 0 | 57 | 15 | 50 | 475 | 37 | 56 |
| Binary | 10011001 | 1010001 | 10000101 | 0 | 101111 | 1101 | 101000 | 100111101 | 11111 | 101110 |
Color Harmonies of #995185
Complementary color
Monochromatic Colors of #995185
Black with #995185
Text Example
Text Example
White with #995185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995185; }
p { color: rgb(153,81,133); }
H1.HeaderClassName
{
color: #995185;
}
.AnyTagClassName
{
color: #995185;
}
</style>
background-color css
<style>
a { background-color: #995185; }
a { background-color: rgb(153,81,133); }
div.DivClassName
{
background-color: #995185;
}
.BgClassName
{
background-color: #995185;
}
</style>
border-color css
<style>
span { border-color: #995185; }
span { border-color: rgb(153,81,133); }
td.TdClassName
{
border-color: #995185;
}
.TagClassName
{
border-color: #995185;
}
</style>