Shades of Strikemaster #94628B
Tints of Strikemaster #94628B
RGB
CMYK
RGB Variations
Color information
#94628B (or 0x94628B) is known color: Strikemaster. HEX triplet: 94, 62 and 8B. RGB value is (148,98,139). Sum of RGB (Red+Green+Blue) = 148+98+139=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #94628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94628B is #6B9D74. Grayscale: #757575. Windows color (decimal): -7052661 or 9134740. OLE color: 9134740.
HSL color Cylindrical-coordinate representation of color #94628B: hue angle of 310.8º 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 #94628B is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 98 | 139 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.42 |
| HSL | 310.8º | 0.2% | 0.48% | - |
| HSV(B) | 310.8º | 0.34% | 0.58% | - |
| XYZ | 21.24 | 16.9 | 26.57 | - |
| YUV | 117.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 139 | 0 | 0.34 | 0.06 | 0.42 | 310.8 | 0.2 | 0.48 |
| Hex | 94 | 62 | 8B | 0 | 22 | 6 | 2A | 137 | 14 | 30 |
| Octal | 224 | 142 | 213 | 0 | 42 | 6 | 52 | 467 | 24 | 60 |
| Binary | 10010100 | 1100010 | 10001011 | 0 | 100010 | 110 | 101010 | 100110111 | 10100 | 110000 |
Color Harmonies of #94628B
Complementary color
Monochromatic Colors of #94628B
Black with #94628B
Text Example
Text Example
White with #94628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94628B; }
p { color: rgb(148,98,139); }
H1.HeaderClassName
{
color: #94628B;
}
.AnyTagClassName
{
color: #94628B;
}
</style>
background-color css
<style>
a { background-color: #94628B; }
a { background-color: rgb(148,98,139); }
div.DivClassName
{
background-color: #94628B;
}
.BgClassName
{
background-color: #94628B;
}
</style>
border-color css
<style>
span { border-color: #94628B; }
span { border-color: rgb(148,98,139); }
td.TdClassName
{
border-color: #94628B;
}
.TagClassName
{
border-color: #94628B;
}
</style>