Shades of Strikemaster #99517B
Tints of Strikemaster #99517B
RGB
CMYK
RGB Variations
Color information
#99517B (or 0x99517B) is known color: Strikemaster. HEX triplet: 99, 51 and 7B. RGB value is (153,81,123). Sum of RGB (Red+Green+Blue) = 153+81+123=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #99517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99517B is #66AE84. Grayscale: #6B6B6B. Windows color (decimal): -6729349 or 8081817. OLE color: 8081817.
HSL color Cylindrical-coordinate representation of color #99517B: hue angle of 325º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99517B is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 123 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.4 |
| HSL | 325º | 0.31% | 0.46% | - |
| HSV(B) | 325º | 0.47% | 0.6% | - |
| XYZ | 19.65 | 14.09 | 20.42 | - |
| YUV | 107.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 123 | 0 | 0.47 | 0.20 | 0.4 | 325 | 0.31 | 0.46 |
| Hex | 99 | 51 | 7B | 0 | 2F | 14 | 28 | 145 | 1F | 2E |
| Octal | 231 | 121 | 173 | 0 | 57 | 24 | 50 | 505 | 37 | 56 |
| Binary | 10011001 | 1010001 | 1111011 | 0 | 101111 | 10100 | 101000 | 101000101 | 11111 | 101110 |
Color Harmonies of #99517B
Complementary color
Monochromatic Colors of #99517B
Black with #99517B
Text Example
Text Example
White with #99517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99517B; }
p { color: rgb(153,81,123); }
H1.HeaderClassName
{
color: #99517B;
}
.AnyTagClassName
{
color: #99517B;
}
</style>
background-color css
<style>
a { background-color: #99517B; }
a { background-color: rgb(153,81,123); }
div.DivClassName
{
background-color: #99517B;
}
.BgClassName
{
background-color: #99517B;
}
</style>
border-color css
<style>
span { border-color: #99517B; }
span { border-color: rgb(153,81,123); }
td.TdClassName
{
border-color: #99517B;
}
.TagClassName
{
border-color: #99517B;
}
</style>