Shades of Strikemaster #945C85
Tints of Strikemaster #945C85
RGB
CMYK
RGB Variations
Color information
#945C85 (or 0x945C85) is known color: Strikemaster. HEX triplet: 94, 5C and 85. RGB value is (148,92,133). Sum of RGB (Red+Green+Blue) = 148+92+133=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #945C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945C85 is #6BA37A. Grayscale: #717171. Windows color (decimal): -7054203 or 8739988. OLE color: 8739988.
HSL color Cylindrical-coordinate representation of color #945C85: hue angle of 316.07º 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 #945C85 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 92 | 133 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.42 |
| HSL | 316.07º | 0.23% | 0.47% | - |
| HSV(B) | 316.07º | 0.38% | 0.58% | - |
| XYZ | 20.27 | 15.64 | 24.14 | - |
| YUV | 113.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 133 | 0 | 0.38 | 0.10 | 0.42 | 316.07 | 0.23 | 0.47 |
| Hex | 94 | 5C | 85 | 0 | 26 | A | 2A | 13C | 17 | 2F |
| Octal | 224 | 134 | 205 | 0 | 46 | 12 | 52 | 474 | 27 | 57 |
| Binary | 10010100 | 1011100 | 10000101 | 0 | 100110 | 1010 | 101010 | 100111100 | 10111 | 101111 |
Color Harmonies of #945C85
Complementary color
Monochromatic Colors of #945C85
Black with #945C85
Text Example
Text Example
White with #945C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C85; }
p { color: rgb(148,92,133); }
H1.HeaderClassName
{
color: #945C85;
}
.AnyTagClassName
{
color: #945C85;
}
</style>
background-color css
<style>
a { background-color: #945C85; }
a { background-color: rgb(148,92,133); }
div.DivClassName
{
background-color: #945C85;
}
.BgClassName
{
background-color: #945C85;
}
</style>
border-color css
<style>
span { border-color: #945C85; }
span { border-color: rgb(148,92,133); }
td.TdClassName
{
border-color: #945C85;
}
.TagClassName
{
border-color: #945C85;
}
</style>