Shades of Strikemaster #945C86
Tints of Strikemaster #945C86
RGB
CMYK
RGB Variations
Color information
#945C86 (or 0x945C86) is known color: Strikemaster. HEX triplet: 94, 5C and 86. RGB value is (148,92,134). Sum of RGB (Red+Green+Blue) = 148+92+134=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #945C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945C86 is #6BA379. Grayscale: #717171. Windows color (decimal): -7054202 or 8805524. OLE color: 8805524.
HSL color Cylindrical-coordinate representation of color #945C86: hue angle of 315º 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 #945C86 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 92 | 134 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.42 |
| HSL | 315º | 0.23% | 0.47% | - |
| HSV(B) | 315º | 0.38% | 0.58% | - |
| XYZ | 20.34 | 15.67 | 24.51 | - |
| YUV | 113.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 134 | 0 | 0.38 | 0.09 | 0.42 | 315 | 0.23 | 0.47 |
| Hex | 94 | 5C | 86 | 0 | 26 | 9 | 2A | 13B | 17 | 2F |
| Octal | 224 | 134 | 206 | 0 | 46 | 11 | 52 | 473 | 27 | 57 |
| Binary | 10010100 | 1011100 | 10000110 | 0 | 100110 | 1001 | 101010 | 100111011 | 10111 | 101111 |
Color Harmonies of #945C86
Complementary color
Monochromatic Colors of #945C86
Black with #945C86
Text Example
Text Example
White with #945C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C86; }
p { color: rgb(148,92,134); }
H1.HeaderClassName
{
color: #945C86;
}
.AnyTagClassName
{
color: #945C86;
}
</style>
background-color css
<style>
a { background-color: #945C86; }
a { background-color: rgb(148,92,134); }
div.DivClassName
{
background-color: #945C86;
}
.BgClassName
{
background-color: #945C86;
}
</style>
border-color css
<style>
span { border-color: #945C86; }
span { border-color: rgb(148,92,134); }
td.TdClassName
{
border-color: #945C86;
}
.TagClassName
{
border-color: #945C86;
}
</style>