Shades of Strikemaster #99507A
Tints of Strikemaster #99507A
RGB
CMYK
RGB Variations
Color information
#99507A (or 0x99507A) is known color: Strikemaster. HEX triplet: 99, 50 and 7A. RGB value is (153,80,122). Sum of RGB (Red+Green+Blue) = 153+80+122=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #99507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99507A is #66AF85. Grayscale: #6A6A6A. Windows color (decimal): -6729606 or 8016025. OLE color: 8016025.
HSL color Cylindrical-coordinate representation of color #99507A: hue angle of 325.48º 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 #99507A is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 122 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.4 |
| HSL | 325.48º | 0.31% | 0.46% | - |
| HSV(B) | 325.48º | 0.48% | 0.6% | - |
| XYZ | 19.52 | 13.91 | 20.07 | - |
| YUV | 106.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 122 | 0 | 0.48 | 0.20 | 0.4 | 325.48 | 0.31 | 0.46 |
| Hex | 99 | 50 | 7A | 0 | 30 | 14 | 28 | 145 | 1F | 2E |
| Octal | 231 | 120 | 172 | 0 | 60 | 24 | 50 | 505 | 37 | 56 |
| Binary | 10011001 | 1010000 | 1111010 | 0 | 110000 | 10100 | 101000 | 101000101 | 11111 | 101110 |
Color Harmonies of #99507A
Complementary color
Monochromatic Colors of #99507A
Black with #99507A
Text Example
Text Example
White with #99507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99507A; }
p { color: rgb(153,80,122); }
H1.HeaderClassName
{
color: #99507A;
}
.AnyTagClassName
{
color: #99507A;
}
</style>
background-color css
<style>
a { background-color: #99507A; }
a { background-color: rgb(153,80,122); }
div.DivClassName
{
background-color: #99507A;
}
.BgClassName
{
background-color: #99507A;
}
</style>
border-color css
<style>
span { border-color: #99507A; }
span { border-color: rgb(153,80,122); }
td.TdClassName
{
border-color: #99507A;
}
.TagClassName
{
border-color: #99507A;
}
</style>