Shades of Strikemaster #99567B
Tints of Strikemaster #99567B
RGB
CMYK
RGB Variations
Color information
#99567B (or 0x99567B) is known color: Strikemaster. HEX triplet: 99, 56 and 7B. RGB value is (153,86,123). Sum of RGB (Red+Green+Blue) = 153+86+123=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #99567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99567B is #66A984. Grayscale: #6E6E6E. Windows color (decimal): -6728069 or 8083097. OLE color: 8083097.
HSL color Cylindrical-coordinate representation of color #99567B: hue angle of 326.87º 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 #99567B is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 86 | 123 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.4 |
| HSL | 326.87º | 0.28% | 0.47% | - |
| HSV(B) | 326.87º | 0.44% | 0.6% | - |
| XYZ | 20.04 | 14.86 | 20.55 | - |
| YUV | 110.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 123 | 0 | 0.44 | 0.20 | 0.4 | 326.87 | 0.28 | 0.47 |
| Hex | 99 | 56 | 7B | 0 | 2C | 14 | 28 | 147 | 1C | 2F |
| Octal | 231 | 126 | 173 | 0 | 54 | 24 | 50 | 507 | 34 | 57 |
| Binary | 10011001 | 1010110 | 1111011 | 0 | 101100 | 10100 | 101000 | 101000111 | 11100 | 101111 |
Color Harmonies of #99567B
Complementary color
Monochromatic Colors of #99567B
Black with #99567B
Text Example
Text Example
White with #99567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99567B; }
p { color: rgb(153,86,123); }
H1.HeaderClassName
{
color: #99567B;
}
.AnyTagClassName
{
color: #99567B;
}
</style>
background-color css
<style>
a { background-color: #99567B; }
a { background-color: rgb(153,86,123); }
div.DivClassName
{
background-color: #99567B;
}
.BgClassName
{
background-color: #99567B;
}
</style>
border-color css
<style>
span { border-color: #99567B; }
span { border-color: rgb(153,86,123); }
td.TdClassName
{
border-color: #99567B;
}
.TagClassName
{
border-color: #99567B;
}
</style>