Shades of Strikemaster #945C7B
Tints of Strikemaster #945C7B
RGB
CMYK
RGB Variations
Color information
#945C7B (or 0x945C7B) is known color: Strikemaster. HEX triplet: 94, 5C and 7B. RGB value is (148,92,123). Sum of RGB (Red+Green+Blue) = 148+92+123=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #945C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945C7B is #6BA384. Grayscale: #707070. Windows color (decimal): -7054213 or 8084628. OLE color: 8084628.
HSL color Cylindrical-coordinate representation of color #945C7B: hue angle of 326.79º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #945C7B is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 92 | 123 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.42 |
| HSL | 326.79º | 0.23% | 0.47% | - |
| HSV(B) | 326.79º | 0.38% | 0.58% | - |
| XYZ | 19.62 | 15.38 | 20.67 | - |
| YUV | 112.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 123 | 0 | 0.38 | 0.17 | 0.42 | 326.79 | 0.23 | 0.47 |
| Hex | 94 | 5C | 7B | 0 | 26 | 11 | 2A | 147 | 17 | 2F |
| Octal | 224 | 134 | 173 | 0 | 46 | 21 | 52 | 507 | 27 | 57 |
| Binary | 10010100 | 1011100 | 1111011 | 0 | 100110 | 10001 | 101010 | 101000111 | 10111 | 101111 |
Color Harmonies of #945C7B
Complementary color
Monochromatic Colors of #945C7B
Black with #945C7B
Text Example
Text Example
White with #945C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C7B; }
p { color: rgb(148,92,123); }
H1.HeaderClassName
{
color: #945C7B;
}
.AnyTagClassName
{
color: #945C7B;
}
</style>
background-color css
<style>
a { background-color: #945C7B; }
a { background-color: rgb(148,92,123); }
div.DivClassName
{
background-color: #945C7B;
}
.BgClassName
{
background-color: #945C7B;
}
</style>
border-color css
<style>
span { border-color: #945C7B; }
span { border-color: rgb(148,92,123); }
td.TdClassName
{
border-color: #945C7B;
}
.TagClassName
{
border-color: #945C7B;
}
</style>