Shades of Strikemaster #945B84
Tints of Strikemaster #945B84
RGB
CMYK
RGB Variations
Color information
#945B84 (or 0x945B84) is known color: Strikemaster. HEX triplet: 94, 5B and 84. RGB value is (148,91,132). Sum of RGB (Red+Green+Blue) = 148+91+132=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #945B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945B84 is #6BA47B. Grayscale: #707070. Windows color (decimal): -7054460 or 8674196. OLE color: 8674196.
HSL color Cylindrical-coordinate representation of color #945B84: hue angle of 316.84º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945B84 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 91 | 132 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.42 |
| HSL | 316.84º | 0.24% | 0.47% | - |
| HSV(B) | 316.84º | 0.39% | 0.58% | - |
| XYZ | 20.12 | 15.44 | 23.75 | - |
| YUV | 112.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 132 | 0 | 0.39 | 0.11 | 0.42 | 316.84 | 0.24 | 0.47 |
| Hex | 94 | 5B | 84 | 0 | 27 | B | 2A | 13D | 18 | 2F |
| Octal | 224 | 133 | 204 | 0 | 47 | 13 | 52 | 475 | 30 | 57 |
| Binary | 10010100 | 1011011 | 10000100 | 0 | 100111 | 1011 | 101010 | 100111101 | 11000 | 101111 |
Color Harmonies of #945B84
Complementary color
Monochromatic Colors of #945B84
Black with #945B84
Text Example
Text Example
White with #945B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945B84; }
p { color: rgb(148,91,132); }
H1.HeaderClassName
{
color: #945B84;
}
.AnyTagClassName
{
color: #945B84;
}
</style>
background-color css
<style>
a { background-color: #945B84; }
a { background-color: rgb(148,91,132); }
div.DivClassName
{
background-color: #945B84;
}
.BgClassName
{
background-color: #945B84;
}
</style>
border-color css
<style>
span { border-color: #945B84; }
span { border-color: rgb(148,91,132); }
td.TdClassName
{
border-color: #945B84;
}
.TagClassName
{
border-color: #945B84;
}
</style>