Shades of Strikemaster #955482
Tints of Strikemaster #955482
RGB
CMYK
RGB Variations
Color information
#955482 (or 0x955482) is known color: Strikemaster. HEX triplet: 95, 54 and 82. RGB value is (149,84,130). Sum of RGB (Red+Green+Blue) = 149+84+130=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #955482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955482 is #6AAB7D. Grayscale: #6C6C6C. Windows color (decimal): -6990718 or 8541333. OLE color: 8541333.
HSL color Cylindrical-coordinate representation of color #955482: hue angle of 317.54º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955482 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 84 | 130 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.42 |
| HSL | 317.54º | 0.28% | 0.46% | - |
| HSV(B) | 317.54º | 0.44% | 0.58% | - |
| XYZ | 19.59 | 14.34 | 22.85 | - |
| YUV | 108.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 130 | 0 | 0.44 | 0.13 | 0.42 | 317.54 | 0.28 | 0.46 |
| Hex | 95 | 54 | 82 | 0 | 2C | D | 2A | 13E | 1C | 2E |
| Octal | 225 | 124 | 202 | 0 | 54 | 15 | 52 | 476 | 34 | 56 |
| Binary | 10010101 | 1010100 | 10000010 | 0 | 101100 | 1101 | 101010 | 100111110 | 11100 | 101110 |
Color Harmonies of #955482
Complementary color
Monochromatic Colors of #955482
Black with #955482
Text Example
Text Example
White with #955482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955482; }
p { color: rgb(149,84,130); }
H1.HeaderClassName
{
color: #955482;
}
.AnyTagClassName
{
color: #955482;
}
</style>
background-color css
<style>
a { background-color: #955482; }
a { background-color: rgb(149,84,130); }
div.DivClassName
{
background-color: #955482;
}
.BgClassName
{
background-color: #955482;
}
</style>
border-color css
<style>
span { border-color: #955482; }
span { border-color: rgb(149,84,130); }
td.TdClassName
{
border-color: #955482;
}
.TagClassName
{
border-color: #955482;
}
</style>