Shades of Strikemaster #995789
Tints of Strikemaster #995789
RGB
CMYK
RGB Variations
Color information
#995789 (or 0x995789) is known color: Strikemaster. HEX triplet: 99, 57 and 89. RGB value is (153,87,137). Sum of RGB (Red+Green+Blue) = 153+87+137=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #995789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995789 is #66A876. Grayscale: #707070. Windows color (decimal): -6727799 or 9000857. OLE color: 9000857.
HSL color Cylindrical-coordinate representation of color #995789: hue angle of 314.55º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #995789 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 87 | 137 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.4 |
| HSL | 314.55º | 0.28% | 0.47% | - |
| HSV(B) | 314.55º | 0.43% | 0.6% | - |
| XYZ | 21.06 | 15.39 | 25.53 | - |
| YUV | 112.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 137 | 0 | 0.43 | 0.10 | 0.4 | 314.55 | 0.28 | 0.47 |
| Hex | 99 | 57 | 89 | 0 | 2B | A | 28 | 13B | 1C | 2F |
| Octal | 231 | 127 | 211 | 0 | 53 | 12 | 50 | 473 | 34 | 57 |
| Binary | 10011001 | 1010111 | 10001001 | 0 | 101011 | 1010 | 101000 | 100111011 | 11100 | 101111 |
Color Harmonies of #995789
Complementary color
Monochromatic Colors of #995789
Black with #995789
Text Example
Text Example
White with #995789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995789; }
p { color: rgb(153,87,137); }
H1.HeaderClassName
{
color: #995789;
}
.AnyTagClassName
{
color: #995789;
}
</style>
background-color css
<style>
a { background-color: #995789; }
a { background-color: rgb(153,87,137); }
div.DivClassName
{
background-color: #995789;
}
.BgClassName
{
background-color: #995789;
}
</style>
border-color css
<style>
span { border-color: #995789; }
span { border-color: rgb(153,87,137); }
td.TdClassName
{
border-color: #995789;
}
.TagClassName
{
border-color: #995789;
}
</style>