Shades of Strikemaster #99457D
Tints of Strikemaster #99457D
RGB
CMYK
RGB Variations
Color information
#99457D (or 0x99457D) is known color: Strikemaster. HEX triplet: 99, 45 and 7D. RGB value is (153,69,125). Sum of RGB (Red+Green+Blue) = 153+69+125=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99457D is #66BA82. Grayscale: #646464. Windows color (decimal): -6732419 or 8209817. OLE color: 8209817.
HSL color Cylindrical-coordinate representation of color #99457D: hue angle of 320º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99457D is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 125 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.4 |
| HSL | 320º | 0.38% | 0.44% | - |
| HSV(B) | 320º | 0.55% | 0.6% | - |
| XYZ | 18.97 | 12.51 | 20.82 | - |
| YUV | 100.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 125 | 0 | 0.55 | 0.18 | 0.4 | 320 | 0.38 | 0.44 |
| Hex | 99 | 45 | 7D | 0 | 37 | 12 | 28 | 140 | 26 | 2C |
| Octal | 231 | 105 | 175 | 0 | 67 | 22 | 50 | 500 | 46 | 54 |
| Binary | 10011001 | 1000101 | 1111101 | 0 | 110111 | 10010 | 101000 | 101000000 | 100110 | 101100 |
Color Harmonies of #99457D
Complementary color
Monochromatic Colors of #99457D
Black with #99457D
Text Example
Text Example
White with #99457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99457D; }
p { color: rgb(153,69,125); }
H1.HeaderClassName
{
color: #99457D;
}
.AnyTagClassName
{
color: #99457D;
}
</style>
background-color css
<style>
a { background-color: #99457D; }
a { background-color: rgb(153,69,125); }
div.DivClassName
{
background-color: #99457D;
}
.BgClassName
{
background-color: #99457D;
}
</style>
border-color css
<style>
span { border-color: #99457D; }
span { border-color: rgb(153,69,125); }
td.TdClassName
{
border-color: #99457D;
}
.TagClassName
{
border-color: #99457D;
}
</style>