Shades of Strikemaster #945184
Tints of Strikemaster #945184
RGB
CMYK
RGB Variations
Color information
#945184 (or 0x945184) is known color: Strikemaster. HEX triplet: 94, 51 and 84. RGB value is (148,81,132). Sum of RGB (Red+Green+Blue) = 148+81+132=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #945184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945184 is #6BAE7B. Grayscale: #6A6A6A. Windows color (decimal): -7057020 or 8671636. OLE color: 8671636.
HSL color Cylindrical-coordinate representation of color #945184: hue angle of 314.33º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945184 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 81 | 132 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.42 |
| HSL | 314.33º | 0.29% | 0.45% | - |
| HSV(B) | 314.33º | 0.45% | 0.58% | - |
| XYZ | 19.32 | 13.85 | 23.48 | - |
| YUV | 106.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 132 | 0 | 0.45 | 0.11 | 0.42 | 314.33 | 0.29 | 0.45 |
| Hex | 94 | 51 | 84 | 0 | 2D | B | 2A | 13A | 1D | 2D |
| Octal | 224 | 121 | 204 | 0 | 55 | 13 | 52 | 472 | 35 | 55 |
| Binary | 10010100 | 1010001 | 10000100 | 0 | 101101 | 1011 | 101010 | 100111010 | 11101 | 101101 |
Color Harmonies of #945184
Complementary color
Monochromatic Colors of #945184
Black with #945184
Text Example
Text Example
White with #945184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945184; }
p { color: rgb(148,81,132); }
H1.HeaderClassName
{
color: #945184;
}
.AnyTagClassName
{
color: #945184;
}
</style>
background-color css
<style>
a { background-color: #945184; }
a { background-color: rgb(148,81,132); }
div.DivClassName
{
background-color: #945184;
}
.BgClassName
{
background-color: #945184;
}
</style>
border-color css
<style>
span { border-color: #945184; }
span { border-color: rgb(148,81,132); }
td.TdClassName
{
border-color: #945184;
}
.TagClassName
{
border-color: #945184;
}
</style>