Shades of Strikemaster #946682
Tints of Strikemaster #946682
RGB
CMYK
RGB Variations
Color information
#946682 (or 0x946682) is known color: Strikemaster. HEX triplet: 94, 66 and 82. RGB value is (148,102,130). Sum of RGB (Red+Green+Blue) = 148+102+130=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #946682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946682 is #6B997D. Grayscale: #767676. Windows color (decimal): -7051646 or 8545940. OLE color: 8545940.
HSL color Cylindrical-coordinate representation of color #946682: hue angle of 323.48º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #946682 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 102 | 130 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.42 |
| HSL | 323.48º | 0.18% | 0.49% | - |
| HSV(B) | 323.48º | 0.31% | 0.58% | - |
| XYZ | 20.99 | 17.41 | 23.37 | - |
| YUV | 118.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 130 | 0 | 0.31 | 0.12 | 0.42 | 323.48 | 0.18 | 0.49 |
| Hex | 94 | 66 | 82 | 0 | 1F | C | 2A | 143 | 12 | 31 |
| Octal | 224 | 146 | 202 | 0 | 37 | 14 | 52 | 503 | 22 | 61 |
| Binary | 10010100 | 1100110 | 10000010 | 0 | 11111 | 1100 | 101010 | 101000011 | 10010 | 110001 |
Color Harmonies of #946682
Complementary color
Monochromatic Colors of #946682
Black with #946682
Text Example
Text Example
White with #946682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946682; }
p { color: rgb(148,102,130); }
H1.HeaderClassName
{
color: #946682;
}
.AnyTagClassName
{
color: #946682;
}
</style>
background-color css
<style>
a { background-color: #946682; }
a { background-color: rgb(148,102,130); }
div.DivClassName
{
background-color: #946682;
}
.BgClassName
{
background-color: #946682;
}
</style>
border-color css
<style>
span { border-color: #946682; }
span { border-color: rgb(148,102,130); }
td.TdClassName
{
border-color: #946682;
}
.TagClassName
{
border-color: #946682;
}
</style>