Shades of Strikemaster #946288
Tints of Strikemaster #946288
RGB
CMYK
RGB Variations
Color information
#946288 (or 0x946288) is known color: Strikemaster. HEX triplet: 94, 62 and 88. RGB value is (148,98,136). Sum of RGB (Red+Green+Blue) = 148+98+136=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #946288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946288 is #6B9D77. Grayscale: #757575. Windows color (decimal): -7052664 or 8938132. OLE color: 8938132.
HSL color Cylindrical-coordinate representation of color #946288: hue angle of 314.4º 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 #946288 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 98 | 136 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.42 |
| HSL | 314.4º | 0.2% | 0.48% | - |
| HSV(B) | 314.4º | 0.34% | 0.58% | - |
| XYZ | 21.02 | 16.81 | 25.43 | - |
| YUV | 117.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 136 | 0 | 0.34 | 0.08 | 0.42 | 314.4 | 0.2 | 0.48 |
| Hex | 94 | 62 | 88 | 0 | 22 | 8 | 2A | 13A | 14 | 30 |
| Octal | 224 | 142 | 210 | 0 | 42 | 10 | 52 | 472 | 24 | 60 |
| Binary | 10010100 | 1100010 | 10001000 | 0 | 100010 | 1000 | 101010 | 100111010 | 10100 | 110000 |
Color Harmonies of #946288
Complementary color
Monochromatic Colors of #946288
Black with #946288
Text Example
Text Example
White with #946288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946288; }
p { color: rgb(148,98,136); }
H1.HeaderClassName
{
color: #946288;
}
.AnyTagClassName
{
color: #946288;
}
</style>
background-color css
<style>
a { background-color: #946288; }
a { background-color: rgb(148,98,136); }
div.DivClassName
{
background-color: #946288;
}
.BgClassName
{
background-color: #946288;
}
</style>
border-color css
<style>
span { border-color: #946288; }
span { border-color: rgb(148,98,136); }
td.TdClassName
{
border-color: #946288;
}
.TagClassName
{
border-color: #946288;
}
</style>