Shades of Strikemaster #946284
Tints of Strikemaster #946284
RGB
CMYK
RGB Variations
Color information
#946284 (or 0x946284) is known color: Strikemaster. HEX triplet: 94, 62 and 84. RGB value is (148,98,132). Sum of RGB (Red+Green+Blue) = 148+98+132=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #946284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946284 is #6B9D7B. Grayscale: #747474. Windows color (decimal): -7052668 or 8675988. OLE color: 8675988.
HSL color Cylindrical-coordinate representation of color #946284: hue angle of 319.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946284 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 98 | 132 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.42 |
| HSL | 319.2º | 0.2% | 0.48% | - |
| HSV(B) | 319.2º | 0.34% | 0.58% | - |
| XYZ | 20.75 | 16.7 | 23.96 | - |
| YUV | 116.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 132 | 0 | 0.34 | 0.11 | 0.42 | 319.2 | 0.2 | 0.48 |
| Hex | 94 | 62 | 84 | 0 | 22 | B | 2A | 13F | 14 | 30 |
| Octal | 224 | 142 | 204 | 0 | 42 | 13 | 52 | 477 | 24 | 60 |
| Binary | 10010100 | 1100010 | 10000100 | 0 | 100010 | 1011 | 101010 | 100111111 | 10100 | 110000 |
Color Harmonies of #946284
Complementary color
Monochromatic Colors of #946284
Black with #946284
Text Example
Text Example
White with #946284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946284; }
p { color: rgb(148,98,132); }
H1.HeaderClassName
{
color: #946284;
}
.AnyTagClassName
{
color: #946284;
}
</style>
background-color css
<style>
a { background-color: #946284; }
a { background-color: rgb(148,98,132); }
div.DivClassName
{
background-color: #946284;
}
.BgClassName
{
background-color: #946284;
}
</style>
border-color css
<style>
span { border-color: #946284; }
span { border-color: rgb(148,98,132); }
td.TdClassName
{
border-color: #946284;
}
.TagClassName
{
border-color: #946284;
}
</style>