Shades of Strikemaster #94517F
Tints of Strikemaster #94517F
RGB
CMYK
RGB Variations
Color information
#94517F (or 0x94517F) is known color: Strikemaster. HEX triplet: 94, 51 and 7F. RGB value is (148,81,127). Sum of RGB (Red+Green+Blue) = 148+81+127=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #94517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94517F is #6BAE80. Grayscale: #6A6A6A. Windows color (decimal): -7057025 or 8343956. OLE color: 8343956.
HSL color Cylindrical-coordinate representation of color #94517F: hue angle of 318.81º 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 #94517F is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 81 | 127 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.42 |
| HSL | 318.81º | 0.29% | 0.45% | - |
| HSV(B) | 318.81º | 0.45% | 0.58% | - |
| XYZ | 18.99 | 13.71 | 21.72 | - |
| YUV | 106.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 127 | 0 | 0.45 | 0.14 | 0.42 | 318.81 | 0.29 | 0.45 |
| Hex | 94 | 51 | 7F | 0 | 2D | E | 2A | 13F | 1D | 2D |
| Octal | 224 | 121 | 177 | 0 | 55 | 16 | 52 | 477 | 35 | 55 |
| Binary | 10010100 | 1010001 | 1111111 | 0 | 101101 | 1110 | 101010 | 100111111 | 11101 | 101101 |
Color Harmonies of #94517F
Complementary color
Monochromatic Colors of #94517F
Black with #94517F
Text Example
Text Example
White with #94517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94517F; }
p { color: rgb(148,81,127); }
H1.HeaderClassName
{
color: #94517F;
}
.AnyTagClassName
{
color: #94517F;
}
</style>
background-color css
<style>
a { background-color: #94517F; }
a { background-color: rgb(148,81,127); }
div.DivClassName
{
background-color: #94517F;
}
.BgClassName
{
background-color: #94517F;
}
</style>
border-color css
<style>
span { border-color: #94517F; }
span { border-color: rgb(148,81,127); }
td.TdClassName
{
border-color: #94517F;
}
.TagClassName
{
border-color: #94517F;
}
</style>