Shades of Strikemaster #99567A
Tints of Strikemaster #99567A
RGB
CMYK
RGB Variations
Color information
#99567A (or 0x99567A) is known color: Strikemaster. HEX triplet: 99, 56 and 7A. RGB value is (153,86,122). Sum of RGB (Red+Green+Blue) = 153+86+122=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99567A is #66A985. Grayscale: #6E6E6E. Windows color (decimal): -6728070 or 8017561. OLE color: 8017561.
HSL color Cylindrical-coordinate representation of color #99567A: hue angle of 327.76º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99567A is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 86 | 122 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.4 |
| HSL | 327.76º | 0.28% | 0.47% | - |
| HSV(B) | 327.76º | 0.44% | 0.6% | - |
| XYZ | 19.98 | 14.83 | 20.22 | - |
| YUV | 110.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 122 | 0 | 0.44 | 0.20 | 0.4 | 327.76 | 0.28 | 0.47 |
| Hex | 99 | 56 | 7A | 0 | 2C | 14 | 28 | 148 | 1C | 2F |
| Octal | 231 | 126 | 172 | 0 | 54 | 24 | 50 | 510 | 34 | 57 |
| Binary | 10011001 | 1010110 | 1111010 | 0 | 101100 | 10100 | 101000 | 101001000 | 11100 | 101111 |
Color Harmonies of #99567A
Complementary color
Monochromatic Colors of #99567A
Black with #99567A
Text Example
Text Example
White with #99567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99567A; }
p { color: rgb(153,86,122); }
H1.HeaderClassName
{
color: #99567A;
}
.AnyTagClassName
{
color: #99567A;
}
</style>
background-color css
<style>
a { background-color: #99567A; }
a { background-color: rgb(153,86,122); }
div.DivClassName
{
background-color: #99567A;
}
.BgClassName
{
background-color: #99567A;
}
</style>
border-color css
<style>
span { border-color: #99567A; }
span { border-color: rgb(153,86,122); }
td.TdClassName
{
border-color: #99567A;
}
.TagClassName
{
border-color: #99567A;
}
</style>