Shades of Strikemaster #94517D
Tints of Strikemaster #94517D
RGB
CMYK
RGB Variations
Color information
#94517D (or 0x94517D) is known color: Strikemaster. HEX triplet: 94, 51 and 7D. RGB value is (148,81,125). Sum of RGB (Red+Green+Blue) = 148+81+125=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #94517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94517D is #6BAE82. Grayscale: #696969. Windows color (decimal): -7057027 or 8212884. OLE color: 8212884.
HSL color Cylindrical-coordinate representation of color #94517D: hue angle of 320.6º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94517D is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 81 | 125 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.42 |
| HSL | 320.6º | 0.29% | 0.45% | - |
| HSV(B) | 320.6º | 0.45% | 0.58% | - |
| XYZ | 18.86 | 13.66 | 21.05 | - |
| YUV | 106.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 125 | 0 | 0.45 | 0.16 | 0.42 | 320.6 | 0.29 | 0.45 |
| Hex | 94 | 51 | 7D | 0 | 2D | 10 | 2A | 141 | 1D | 2D |
| Octal | 224 | 121 | 175 | 0 | 55 | 20 | 52 | 501 | 35 | 55 |
| Binary | 10010100 | 1010001 | 1111101 | 0 | 101101 | 10000 | 101010 | 101000001 | 11101 | 101101 |
Color Harmonies of #94517D
Complementary color
Monochromatic Colors of #94517D
Black with #94517D
Text Example
Text Example
White with #94517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94517D; }
p { color: rgb(148,81,125); }
H1.HeaderClassName
{
color: #94517D;
}
.AnyTagClassName
{
color: #94517D;
}
</style>
background-color css
<style>
a { background-color: #94517D; }
a { background-color: rgb(148,81,125); }
div.DivClassName
{
background-color: #94517D;
}
.BgClassName
{
background-color: #94517D;
}
</style>
border-color css
<style>
span { border-color: #94517D; }
span { border-color: rgb(148,81,125); }
td.TdClassName
{
border-color: #94517D;
}
.TagClassName
{
border-color: #94517D;
}
</style>