Shades of Strikemaster #945E7D
Tints of Strikemaster #945E7D
RGB
CMYK
RGB Variations
Color information
#945E7D (or 0x945E7D) is known color: Strikemaster. HEX triplet: 94, 5E and 7D. RGB value is (148,94,125). Sum of RGB (Red+Green+Blue) = 148+94+125=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #945E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E7D is #6BA182. Grayscale: #717171. Windows color (decimal): -7053699 or 8216212. OLE color: 8216212.
HSL color Cylindrical-coordinate representation of color #945E7D: hue angle of 325.56º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #945E7D is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 94 | 125 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.42 |
| HSL | 325.56º | 0.22% | 0.47% | - |
| HSV(B) | 325.56º | 0.36% | 0.58% | - |
| XYZ | 19.92 | 15.78 | 21.4 | - |
| YUV | 113.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 125 | 0 | 0.36 | 0.16 | 0.42 | 325.56 | 0.22 | 0.47 |
| Hex | 94 | 5E | 7D | 0 | 24 | 10 | 2A | 146 | 16 | 2F |
| Octal | 224 | 136 | 175 | 0 | 44 | 20 | 52 | 506 | 26 | 57 |
| Binary | 10010100 | 1011110 | 1111101 | 0 | 100100 | 10000 | 101010 | 101000110 | 10110 | 101111 |
Color Harmonies of #945E7D
Complementary color
Monochromatic Colors of #945E7D
Black with #945E7D
Text Example
Text Example
White with #945E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945E7D; }
p { color: rgb(148,94,125); }
H1.HeaderClassName
{
color: #945E7D;
}
.AnyTagClassName
{
color: #945E7D;
}
</style>
background-color css
<style>
a { background-color: #945E7D; }
a { background-color: rgb(148,94,125); }
div.DivClassName
{
background-color: #945E7D;
}
.BgClassName
{
background-color: #945E7D;
}
</style>
border-color css
<style>
span { border-color: #945E7D; }
span { border-color: rgb(148,94,125); }
td.TdClassName
{
border-color: #945E7D;
}
.TagClassName
{
border-color: #945E7D;
}
</style>