Shades of Strikemaster #945182
Tints of Strikemaster #945182
RGB
CMYK
RGB Variations
Color information
#945182 (or 0x945182) is known color: Strikemaster. HEX triplet: 94, 51 and 82. RGB value is (148,81,130). Sum of RGB (Red+Green+Blue) = 148+81+130=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #945182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945182 is #6BAE7D. Grayscale: #6A6A6A. Windows color (decimal): -7057022 or 8540564. OLE color: 8540564.
HSL color Cylindrical-coordinate representation of color #945182: hue angle of 316.12º 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 #945182 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 81 | 130 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.42 |
| HSL | 316.12º | 0.29% | 0.45% | - |
| HSV(B) | 316.12º | 0.45% | 0.58% | - |
| XYZ | 19.18 | 13.79 | 22.77 | - |
| YUV | 106.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 130 | 0 | 0.45 | 0.12 | 0.42 | 316.12 | 0.29 | 0.45 |
| Hex | 94 | 51 | 82 | 0 | 2D | C | 2A | 13C | 1D | 2D |
| Octal | 224 | 121 | 202 | 0 | 55 | 14 | 52 | 474 | 35 | 55 |
| Binary | 10010100 | 1010001 | 10000010 | 0 | 101101 | 1100 | 101010 | 100111100 | 11101 | 101101 |
Color Harmonies of #945182
Complementary color
Monochromatic Colors of #945182
Black with #945182
Text Example
Text Example
White with #945182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945182; }
p { color: rgb(148,81,130); }
H1.HeaderClassName
{
color: #945182;
}
.AnyTagClassName
{
color: #945182;
}
</style>
background-color css
<style>
a { background-color: #945182; }
a { background-color: rgb(148,81,130); }
div.DivClassName
{
background-color: #945182;
}
.BgClassName
{
background-color: #945182;
}
</style>
border-color css
<style>
span { border-color: #945182; }
span { border-color: rgb(148,81,130); }
td.TdClassName
{
border-color: #945182;
}
.TagClassName
{
border-color: #945182;
}
</style>