Shades of Strikemaster #99467D
Tints of Strikemaster #99467D
RGB
CMYK
RGB Variations
Color information
#99467D (or 0x99467D) is known color: Strikemaster. HEX triplet: 99, 46 and 7D. RGB value is (153,70,125). Sum of RGB (Red+Green+Blue) = 153+70+125=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99467D is #66B982. Grayscale: #646464. Windows color (decimal): -6732163 or 8210073. OLE color: 8210073.
HSL color Cylindrical-coordinate representation of color #99467D: hue angle of 320.24º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99467D is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 125 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.4 |
| HSL | 320.24º | 0.37% | 0.44% | - |
| HSV(B) | 320.24º | 0.54% | 0.6% | - |
| XYZ | 19.03 | 12.63 | 20.84 | - |
| YUV | 101.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 125 | 0 | 0.54 | 0.18 | 0.4 | 320.24 | 0.37 | 0.44 |
| Hex | 99 | 46 | 7D | 0 | 36 | 12 | 28 | 140 | 25 | 2C |
| Octal | 231 | 106 | 175 | 0 | 66 | 22 | 50 | 500 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1111101 | 0 | 110110 | 10010 | 101000 | 101000000 | 100101 | 101100 |
Color Harmonies of #99467D
Complementary color
Monochromatic Colors of #99467D
Black with #99467D
Text Example
Text Example
White with #99467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99467D; }
p { color: rgb(153,70,125); }
H1.HeaderClassName
{
color: #99467D;
}
.AnyTagClassName
{
color: #99467D;
}
</style>
background-color css
<style>
a { background-color: #99467D; }
a { background-color: rgb(153,70,125); }
div.DivClassName
{
background-color: #99467D;
}
.BgClassName
{
background-color: #99467D;
}
</style>
border-color css
<style>
span { border-color: #99467D; }
span { border-color: rgb(153,70,125); }
td.TdClassName
{
border-color: #99467D;
}
.TagClassName
{
border-color: #99467D;
}
</style>