Shades of Strikemaster #945784
Tints of Strikemaster #945784
RGB
CMYK
RGB Variations
Color information
#945784 (or 0x945784) is known color: Strikemaster. HEX triplet: 94, 57 and 84. RGB value is (148,87,132). Sum of RGB (Red+Green+Blue) = 148+87+132=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #945784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945784 is #6BA87B. Grayscale: #6E6E6E. Windows color (decimal): -7055484 or 8673172. OLE color: 8673172.
HSL color Cylindrical-coordinate representation of color #945784: hue angle of 315.74º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945784 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 87 | 132 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.42 |
| HSL | 315.74º | 0.26% | 0.46% | - |
| HSV(B) | 315.74º | 0.41% | 0.58% | - |
| XYZ | 19.79 | 14.78 | 23.64 | - |
| YUV | 110.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 132 | 0 | 0.41 | 0.11 | 0.42 | 315.74 | 0.26 | 0.46 |
| Hex | 94 | 57 | 84 | 0 | 29 | B | 2A | 13C | 1A | 2E |
| Octal | 224 | 127 | 204 | 0 | 51 | 13 | 52 | 474 | 32 | 56 |
| Binary | 10010100 | 1010111 | 10000100 | 0 | 101001 | 1011 | 101010 | 100111100 | 11010 | 101110 |
Color Harmonies of #945784
Complementary color
Monochromatic Colors of #945784
Black with #945784
Text Example
Text Example
White with #945784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945784; }
p { color: rgb(148,87,132); }
H1.HeaderClassName
{
color: #945784;
}
.AnyTagClassName
{
color: #945784;
}
</style>
background-color css
<style>
a { background-color: #945784; }
a { background-color: rgb(148,87,132); }
div.DivClassName
{
background-color: #945784;
}
.BgClassName
{
background-color: #945784;
}
</style>
border-color css
<style>
span { border-color: #945784; }
span { border-color: rgb(148,87,132); }
td.TdClassName
{
border-color: #945784;
}
.TagClassName
{
border-color: #945784;
}
</style>