Shades of Strikemaster #945982
Tints of Strikemaster #945982
RGB
CMYK
RGB Variations
Color information
#945982 (or 0x945982) is known color: Strikemaster. HEX triplet: 94, 59 and 82. RGB value is (148,89,130). Sum of RGB (Red+Green+Blue) = 148+89+130=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #945982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945982 is #6BA67D. Grayscale: #6F6F6F. Windows color (decimal): -7054974 or 8542612. OLE color: 8542612.
HSL color Cylindrical-coordinate representation of color #945982: hue angle of 318.31º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945982 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 89 | 130 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.42 |
| HSL | 318.31º | 0.25% | 0.46% | - |
| HSV(B) | 318.31º | 0.4% | 0.58% | - |
| XYZ | 19.81 | 15.05 | 22.98 | - |
| YUV | 111.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 130 | 0 | 0.40 | 0.12 | 0.42 | 318.31 | 0.25 | 0.46 |
| Hex | 94 | 59 | 82 | 0 | 28 | C | 2A | 13E | 19 | 2E |
| Octal | 224 | 131 | 202 | 0 | 50 | 14 | 52 | 476 | 31 | 56 |
| Binary | 10010100 | 1011001 | 10000010 | 0 | 101000 | 1100 | 101010 | 100111110 | 11001 | 101110 |
Color Harmonies of #945982
Complementary color
Monochromatic Colors of #945982
Black with #945982
Text Example
Text Example
White with #945982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945982; }
p { color: rgb(148,89,130); }
H1.HeaderClassName
{
color: #945982;
}
.AnyTagClassName
{
color: #945982;
}
</style>
background-color css
<style>
a { background-color: #945982; }
a { background-color: rgb(148,89,130); }
div.DivClassName
{
background-color: #945982;
}
.BgClassName
{
background-color: #945982;
}
</style>
border-color css
<style>
span { border-color: #945982; }
span { border-color: rgb(148,89,130); }
td.TdClassName
{
border-color: #945982;
}
.TagClassName
{
border-color: #945982;
}
</style>