Shades of Strikemaster #99507B
Tints of Strikemaster #99507B
RGB
CMYK
RGB Variations
Color information
#99507B (or 0x99507B) is known color: Strikemaster. HEX triplet: 99, 50 and 7B. RGB value is (153,80,123). Sum of RGB (Red+Green+Blue) = 153+80+123=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #99507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99507B is #66AF84. Grayscale: #6A6A6A. Windows color (decimal): -6729605 or 8081561. OLE color: 8081561.
HSL color Cylindrical-coordinate representation of color #99507B: hue angle of 324.66º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99507B is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 123 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.4 |
| HSL | 324.66º | 0.31% | 0.46% | - |
| HSV(B) | 324.66º | 0.48% | 0.6% | - |
| XYZ | 19.58 | 13.94 | 20.4 | - |
| YUV | 106.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 123 | 0 | 0.48 | 0.20 | 0.4 | 324.66 | 0.31 | 0.46 |
| Hex | 99 | 50 | 7B | 0 | 30 | 14 | 28 | 145 | 1F | 2E |
| Octal | 231 | 120 | 173 | 0 | 60 | 24 | 50 | 505 | 37 | 56 |
| Binary | 10011001 | 1010000 | 1111011 | 0 | 110000 | 10100 | 101000 | 101000101 | 11111 | 101110 |
Color Harmonies of #99507B
Complementary color
Monochromatic Colors of #99507B
Black with #99507B
Text Example
Text Example
White with #99507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99507B; }
p { color: rgb(153,80,123); }
H1.HeaderClassName
{
color: #99507B;
}
.AnyTagClassName
{
color: #99507B;
}
</style>
background-color css
<style>
a { background-color: #99507B; }
a { background-color: rgb(153,80,123); }
div.DivClassName
{
background-color: #99507B;
}
.BgClassName
{
background-color: #99507B;
}
</style>
border-color css
<style>
span { border-color: #99507B; }
span { border-color: rgb(153,80,123); }
td.TdClassName
{
border-color: #99507B;
}
.TagClassName
{
border-color: #99507B;
}
</style>