Shades of Strikemaster #945C89
Tints of Strikemaster #945C89
RGB
CMYK
RGB Variations
Color information
#945C89 (or 0x945C89) is known color: Strikemaster. HEX triplet: 94, 5C and 89. RGB value is (148,92,137). Sum of RGB (Red+Green+Blue) = 148+92+137=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #945C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945C89 is #6BA376. Grayscale: #717171. Windows color (decimal): -7054199 or 9002132. OLE color: 9002132.
HSL color Cylindrical-coordinate representation of color #945C89: hue angle of 311.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 #945C89 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 92 | 137 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.42 |
| HSL | 311.79º | 0.23% | 0.47% | - |
| HSV(B) | 311.79º | 0.38% | 0.58% | - |
| XYZ | 20.56 | 15.76 | 25.62 | - |
| YUV | 113.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 137 | 0 | 0.38 | 0.07 | 0.42 | 311.79 | 0.23 | 0.47 |
| Hex | 94 | 5C | 89 | 0 | 26 | 7 | 2A | 138 | 17 | 2F |
| Octal | 224 | 134 | 211 | 0 | 46 | 7 | 52 | 470 | 27 | 57 |
| Binary | 10010100 | 1011100 | 10001001 | 0 | 100110 | 111 | 101010 | 100111000 | 10111 | 101111 |
Color Harmonies of #945C89
Complementary color
Monochromatic Colors of #945C89
Black with #945C89
Text Example
Text Example
White with #945C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C89; }
p { color: rgb(148,92,137); }
H1.HeaderClassName
{
color: #945C89;
}
.AnyTagClassName
{
color: #945C89;
}
</style>
background-color css
<style>
a { background-color: #945C89; }
a { background-color: rgb(148,92,137); }
div.DivClassName
{
background-color: #945C89;
}
.BgClassName
{
background-color: #945C89;
}
</style>
border-color css
<style>
span { border-color: #945C89; }
span { border-color: rgb(148,92,137); }
td.TdClassName
{
border-color: #945C89;
}
.TagClassName
{
border-color: #945C89;
}
</style>