Shades of Strikemaster #947082
Tints of Strikemaster #947082
RGB
CMYK
RGB Variations
Color information
#947082 (or 0x947082) is known color: Strikemaster. HEX triplet: 94, 70 and 82. RGB value is (148,112,130). Sum of RGB (Red+Green+Blue) = 148+112+130=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #947082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947082 is #6B8F7D. Grayscale: #7C7C7C. Windows color (decimal): -7049086 or 8548500. OLE color: 8548500.
HSL color Cylindrical-coordinate representation of color #947082: hue angle of 330º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #947082 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 130 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.42 |
| HSL | 330º | 0.14% | 0.51% | - |
| HSV(B) | 330º | 0.24% | 0.58% | - |
| XYZ | 22.04 | 19.5 | 23.72 | - |
| YUV | 124.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 130 | 0 | 0.24 | 0.12 | 0.42 | 330 | 0.14 | 0.51 |
| Hex | 94 | 70 | 82 | 0 | 18 | C | 2A | 14A | E | 33 |
| Octal | 224 | 160 | 202 | 0 | 30 | 14 | 52 | 512 | 16 | 63 |
| Binary | 10010100 | 1110000 | 10000010 | 0 | 11000 | 1100 | 101010 | 101001010 | 1110 | 110011 |
Color Harmonies of #947082
Complementary color
Monochromatic Colors of #947082
Black with #947082
Text Example
Text Example
White with #947082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947082; }
p { color: rgb(148,112,130); }
H1.HeaderClassName
{
color: #947082;
}
.AnyTagClassName
{
color: #947082;
}
</style>
background-color css
<style>
a { background-color: #947082; }
a { background-color: rgb(148,112,130); }
div.DivClassName
{
background-color: #947082;
}
.BgClassName
{
background-color: #947082;
}
</style>
border-color css
<style>
span { border-color: #947082; }
span { border-color: rgb(148,112,130); }
td.TdClassName
{
border-color: #947082;
}
.TagClassName
{
border-color: #947082;
}
</style>