Shades of Strikemaster #99598B
Tints of Strikemaster #99598B
RGB
CMYK
RGB Variations
Color information
#99598B (or 0x99598B) is known color: Strikemaster. HEX triplet: 99, 59 and 8B. RGB value is (153,89,139). Sum of RGB (Red+Green+Blue) = 153+89+139=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99598B is #66A674. Grayscale: #717171. Windows color (decimal): -6727285 or 9132441. OLE color: 9132441.
HSL color Cylindrical-coordinate representation of color #99598B: hue angle of 313.12º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99598B is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 139 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.4 |
| HSL | 313.13º | 0.26% | 0.47% | - |
| HSV(B) | 313.13º | 0.42% | 0.6% | - |
| XYZ | 21.37 | 15.78 | 26.35 | - |
| YUV | 113.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 139 | 0 | 0.42 | 0.09 | 0.4 | 313.13 | 0.26 | 0.47 |
| Hex | 99 | 59 | 8B | 0 | 2A | 9 | 28 | 139 | 1A | 2F |
| Octal | 231 | 131 | 213 | 0 | 52 | 11 | 50 | 471 | 32 | 57 |
| Binary | 10011001 | 1011001 | 10001011 | 0 | 101010 | 1001 | 101000 | 100111001 | 11010 | 101111 |
Color Harmonies of #99598B
Complementary color
Monochromatic Colors of #99598B
Black with #99598B
Text Example
Text Example
White with #99598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99598B; }
p { color: rgb(153,89,139); }
H1.HeaderClassName
{
color: #99598B;
}
.AnyTagClassName
{
color: #99598B;
}
</style>
background-color css
<style>
a { background-color: #99598B; }
a { background-color: rgb(153,89,139); }
div.DivClassName
{
background-color: #99598B;
}
.BgClassName
{
background-color: #99598B;
}
</style>
border-color css
<style>
span { border-color: #99598B; }
span { border-color: rgb(153,89,139); }
td.TdClassName
{
border-color: #99598B;
}
.TagClassName
{
border-color: #99598B;
}
</style>