Shades of Strikemaster #956482
Tints of Strikemaster #956482
RGB
CMYK
RGB Variations
Color information
#956482 (or 0x956482) is known color: Strikemaster. HEX triplet: 95, 64 and 82. RGB value is (149,100,130). Sum of RGB (Red+Green+Blue) = 149+100+130=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #956482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956482 is #6A9B7D. Grayscale: #757575. Windows color (decimal): -6986622 or 8545429. OLE color: 8545429.
HSL color Cylindrical-coordinate representation of color #956482: hue angle of 323.27º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #956482 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 130 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.42 |
| HSL | 323.27º | 0.2% | 0.49% | - |
| HSV(B) | 323.27º | 0.33% | 0.58% | - |
| XYZ | 20.98 | 17.12 | 23.32 | - |
| YUV | 118.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 130 | 0 | 0.33 | 0.13 | 0.42 | 323.27 | 0.2 | 0.49 |
| Hex | 95 | 64 | 82 | 0 | 21 | D | 2A | 143 | 14 | 31 |
| Octal | 225 | 144 | 202 | 0 | 41 | 15 | 52 | 503 | 24 | 61 |
| Binary | 10010101 | 1100100 | 10000010 | 0 | 100001 | 1101 | 101010 | 101000011 | 10100 | 110001 |
Color Harmonies of #956482
Complementary color
Monochromatic Colors of #956482
Black with #956482
Text Example
Text Example
White with #956482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956482; }
p { color: rgb(149,100,130); }
H1.HeaderClassName
{
color: #956482;
}
.AnyTagClassName
{
color: #956482;
}
</style>
background-color css
<style>
a { background-color: #956482; }
a { background-color: rgb(149,100,130); }
div.DivClassName
{
background-color: #956482;
}
.BgClassName
{
background-color: #956482;
}
</style>
border-color css
<style>
span { border-color: #956482; }
span { border-color: rgb(149,100,130); }
td.TdClassName
{
border-color: #956482;
}
.TagClassName
{
border-color: #956482;
}
</style>