Shades of Strikemaster #945A84
Tints of Strikemaster #945A84
RGB
CMYK
RGB Variations
Color information
#945A84 (or 0x945A84) is known color: Strikemaster. HEX triplet: 94, 5A and 84. RGB value is (148,90,132). Sum of RGB (Red+Green+Blue) = 148+90+132=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #945A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945A84 is #6BA57B. Grayscale: #707070. Windows color (decimal): -7054716 or 8673940. OLE color: 8673940.
HSL color Cylindrical-coordinate representation of color #945A84: hue angle of 316.55º 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 #945A84 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 90 | 132 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.42 |
| HSL | 316.55º | 0.24% | 0.47% | - |
| HSV(B) | 316.55º | 0.39% | 0.58% | - |
| XYZ | 20.03 | 15.27 | 23.72 | - |
| YUV | 112.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 132 | 0 | 0.39 | 0.11 | 0.42 | 316.55 | 0.24 | 0.47 |
| Hex | 94 | 5A | 84 | 0 | 27 | B | 2A | 13D | 18 | 2F |
| Octal | 224 | 132 | 204 | 0 | 47 | 13 | 52 | 475 | 30 | 57 |
| Binary | 10010100 | 1011010 | 10000100 | 0 | 100111 | 1011 | 101010 | 100111101 | 11000 | 101111 |
Color Harmonies of #945A84
Complementary color
Monochromatic Colors of #945A84
Black with #945A84
Text Example
Text Example
White with #945A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945A84; }
p { color: rgb(148,90,132); }
H1.HeaderClassName
{
color: #945A84;
}
.AnyTagClassName
{
color: #945A84;
}
</style>
background-color css
<style>
a { background-color: #945A84; }
a { background-color: rgb(148,90,132); }
div.DivClassName
{
background-color: #945A84;
}
.BgClassName
{
background-color: #945A84;
}
</style>
border-color css
<style>
span { border-color: #945A84; }
span { border-color: rgb(148,90,132); }
td.TdClassName
{
border-color: #945A84;
}
.TagClassName
{
border-color: #945A84;
}
</style>