Shades of Strikemaster #956784
Tints of Strikemaster #956784
RGB
CMYK
RGB Variations
Color information
#956784 (or 0x956784) is known color: Strikemaster. HEX triplet: 95, 67 and 84. RGB value is (149,103,132). Sum of RGB (Red+Green+Blue) = 149+103+132=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #956784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956784 is #6A987B. Grayscale: #777777. Windows color (decimal): -6985852 or 8677269. OLE color: 8677269.
HSL color Cylindrical-coordinate representation of color #956784: hue angle of 322.17º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956784 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 132 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.42 |
| HSL | 322.17º | 0.18% | 0.49% | - |
| HSV(B) | 322.17º | 0.31% | 0.58% | - |
| XYZ | 21.41 | 17.76 | 24.13 | - |
| YUV | 120.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 132 | 0 | 0.31 | 0.11 | 0.42 | 322.17 | 0.18 | 0.49 |
| Hex | 95 | 67 | 84 | 0 | 1F | B | 2A | 142 | 12 | 31 |
| Octal | 225 | 147 | 204 | 0 | 37 | 13 | 52 | 502 | 22 | 61 |
| Binary | 10010101 | 1100111 | 10000100 | 0 | 11111 | 1011 | 101010 | 101000010 | 10010 | 110001 |
Color Harmonies of #956784
Complementary color
Monochromatic Colors of #956784
Black with #956784
Text Example
Text Example
White with #956784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956784; }
p { color: rgb(149,103,132); }
H1.HeaderClassName
{
color: #956784;
}
.AnyTagClassName
{
color: #956784;
}
</style>
background-color css
<style>
a { background-color: #956784; }
a { background-color: rgb(149,103,132); }
div.DivClassName
{
background-color: #956784;
}
.BgClassName
{
background-color: #956784;
}
</style>
border-color css
<style>
span { border-color: #956784; }
span { border-color: rgb(149,103,132); }
td.TdClassName
{
border-color: #956784;
}
.TagClassName
{
border-color: #956784;
}
</style>