Shades of Strikemaster #99487B
Tints of Strikemaster #99487B
RGB
CMYK
RGB Variations
Color information
#99487B (or 0x99487B) is known color: Strikemaster. HEX triplet: 99, 48 and 7B. RGB value is (153,72,123). Sum of RGB (Red+Green+Blue) = 153+72+123=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99487B is #66B784. Grayscale: #656565. Windows color (decimal): -6731653 or 8079513. OLE color: 8079513.
HSL color Cylindrical-coordinate representation of color #99487B: hue angle of 322.22º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99487B is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 123 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.4 |
| HSL | 322.22º | 0.36% | 0.44% | - |
| HSV(B) | 322.22º | 0.53% | 0.6% | - |
| XYZ | 19.03 | 12.84 | 20.21 | - |
| YUV | 102.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 123 | 0 | 0.53 | 0.20 | 0.4 | 322.22 | 0.36 | 0.44 |
| Hex | 99 | 48 | 7B | 0 | 35 | 14 | 28 | 142 | 24 | 2C |
| Octal | 231 | 110 | 173 | 0 | 65 | 24 | 50 | 502 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1111011 | 0 | 110101 | 10100 | 101000 | 101000010 | 100100 | 101100 |
Color Harmonies of #99487B
Complementary color
Monochromatic Colors of #99487B
Black with #99487B
Text Example
Text Example
White with #99487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99487B; }
p { color: rgb(153,72,123); }
H1.HeaderClassName
{
color: #99487B;
}
.AnyTagClassName
{
color: #99487B;
}
</style>
background-color css
<style>
a { background-color: #99487B; }
a { background-color: rgb(153,72,123); }
div.DivClassName
{
background-color: #99487B;
}
.BgClassName
{
background-color: #99487B;
}
</style>
border-color css
<style>
span { border-color: #99487B; }
span { border-color: rgb(153,72,123); }
td.TdClassName
{
border-color: #99487B;
}
.TagClassName
{
border-color: #99487B;
}
</style>