Shades of Strikemaster #946789
Tints of Strikemaster #946789
RGB
CMYK
RGB Variations
Color information
#946789 (or 0x946789) is known color: Strikemaster. HEX triplet: 94, 67 and 89. RGB value is (148,103,137). Sum of RGB (Red+Green+Blue) = 148+103+137=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #946789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946789 is #6B9876. Grayscale: #787878. Windows color (decimal): -7051383 or 9004948. OLE color: 9004948.
HSL color Cylindrical-coordinate representation of color #946789: hue angle of 314.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946789 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 137 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.42 |
| HSL | 314.67º | 0.18% | 0.49% | - |
| HSV(B) | 314.67º | 0.3% | 0.58% | - |
| XYZ | 21.58 | 17.8 | 25.97 | - |
| YUV | 120.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 137 | 0 | 0.30 | 0.07 | 0.42 | 314.67 | 0.18 | 0.49 |
| Hex | 94 | 67 | 89 | 0 | 1E | 7 | 2A | 13B | 12 | 31 |
| Octal | 224 | 147 | 211 | 0 | 36 | 7 | 52 | 473 | 22 | 61 |
| Binary | 10010100 | 1100111 | 10001001 | 0 | 11110 | 111 | 101010 | 100111011 | 10010 | 110001 |
Color Harmonies of #946789
Complementary color
Monochromatic Colors of #946789
Black with #946789
Text Example
Text Example
White with #946789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946789; }
p { color: rgb(148,103,137); }
H1.HeaderClassName
{
color: #946789;
}
.AnyTagClassName
{
color: #946789;
}
</style>
background-color css
<style>
a { background-color: #946789; }
a { background-color: rgb(148,103,137); }
div.DivClassName
{
background-color: #946789;
}
.BgClassName
{
background-color: #946789;
}
</style>
border-color css
<style>
span { border-color: #946789; }
span { border-color: rgb(148,103,137); }
td.TdClassName
{
border-color: #946789;
}
.TagClassName
{
border-color: #946789;
}
</style>