Shades of Strikemaster #946784
Tints of Strikemaster #946784
RGB
CMYK
RGB Variations
Color information
#946784 (or 0x946784) is known color: Strikemaster. HEX triplet: 94, 67 and 84. RGB value is (148,103,132). Sum of RGB (Red+Green+Blue) = 148+103+132=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 148 - color contains mainly: red. Hex color #946784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946784 is #6B987B. Grayscale: #777777. Windows color (decimal): -7051388 or 8677268. OLE color: 8677268.
HSL color Cylindrical-coordinate representation of color #946784: hue angle of 321.33º 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 #946784 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 132 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.42 |
| HSL | 321.33º | 0.18% | 0.49% | - |
| HSV(B) | 321.33º | 0.3% | 0.58% | - |
| XYZ | 21.23 | 17.66 | 24.12 | - |
| YUV | 119.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 132 | 0 | 0.30 | 0.11 | 0.42 | 321.33 | 0.18 | 0.49 |
| Hex | 94 | 67 | 84 | 0 | 1E | B | 2A | 141 | 12 | 31 |
| Octal | 224 | 147 | 204 | 0 | 36 | 13 | 52 | 501 | 22 | 61 |
| Binary | 10010100 | 1100111 | 10000100 | 0 | 11110 | 1011 | 101010 | 101000001 | 10010 | 110001 |
Color Harmonies of #946784
Complementary color
Monochromatic Colors of #946784
Black with #946784
Text Example
Text Example
White with #946784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946784; }
p { color: rgb(148,103,132); }
H1.HeaderClassName
{
color: #946784;
}
.AnyTagClassName
{
color: #946784;
}
</style>
background-color css
<style>
a { background-color: #946784; }
a { background-color: rgb(148,103,132); }
div.DivClassName
{
background-color: #946784;
}
.BgClassName
{
background-color: #946784;
}
</style>
border-color css
<style>
span { border-color: #946784; }
span { border-color: rgb(148,103,132); }
td.TdClassName
{
border-color: #946784;
}
.TagClassName
{
border-color: #946784;
}
</style>