Shades of Strikemaster #946685
Tints of Strikemaster #946685
RGB
CMYK
RGB Variations
Color information
#946685 (or 0x946685) is known color: Strikemaster. HEX triplet: 94, 66 and 85. RGB value is (148,102,133). Sum of RGB (Red+Green+Blue) = 148+102+133=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 148 - color contains mainly: red. Hex color #946685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946685 is #6B997A. Grayscale: #777777. Windows color (decimal): -7051643 or 8742548. OLE color: 8742548.
HSL color Cylindrical-coordinate representation of color #946685: hue angle of 319.57º 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 #946685 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 102 | 133 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.42 |
| HSL | 319.57º | 0.18% | 0.49% | - |
| HSV(B) | 319.57º | 0.31% | 0.58% | - |
| XYZ | 21.2 | 17.49 | 24.45 | - |
| YUV | 119.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 133 | 0 | 0.31 | 0.10 | 0.42 | 319.57 | 0.18 | 0.49 |
| Hex | 94 | 66 | 85 | 0 | 1F | A | 2A | 140 | 12 | 31 |
| Octal | 224 | 146 | 205 | 0 | 37 | 12 | 52 | 500 | 22 | 61 |
| Binary | 10010100 | 1100110 | 10000101 | 0 | 11111 | 1010 | 101010 | 101000000 | 10010 | 110001 |
Color Harmonies of #946685
Complementary color
Monochromatic Colors of #946685
Black with #946685
Text Example
Text Example
White with #946685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946685; }
p { color: rgb(148,102,133); }
H1.HeaderClassName
{
color: #946685;
}
.AnyTagClassName
{
color: #946685;
}
</style>
background-color css
<style>
a { background-color: #946685; }
a { background-color: rgb(148,102,133); }
div.DivClassName
{
background-color: #946685;
}
.BgClassName
{
background-color: #946685;
}
</style>
border-color css
<style>
span { border-color: #946685; }
span { border-color: rgb(148,102,133); }
td.TdClassName
{
border-color: #946685;
}
.TagClassName
{
border-color: #946685;
}
</style>