Shades of Strikemaster #955483
Tints of Strikemaster #955483
RGB
CMYK
RGB Variations
Color information
#955483 (or 0x955483) is known color: Strikemaster. HEX triplet: 95, 54 and 83. RGB value is (149,84,131). Sum of RGB (Red+Green+Blue) = 149+84+131=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #955483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955483 is #6AAB7C. Grayscale: #6C6C6C. Windows color (decimal): -6990717 or 8606869. OLE color: 8606869.
HSL color Cylindrical-coordinate representation of color #955483: hue angle of 316.62º 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 #955483 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 84 | 131 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.42 |
| HSL | 316.62º | 0.28% | 0.46% | - |
| HSV(B) | 316.62º | 0.44% | 0.58% | - |
| XYZ | 19.66 | 14.37 | 23.21 | - |
| YUV | 108.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 131 | 0 | 0.44 | 0.12 | 0.42 | 316.62 | 0.28 | 0.46 |
| Hex | 95 | 54 | 83 | 0 | 2C | C | 2A | 13D | 1C | 2E |
| Octal | 225 | 124 | 203 | 0 | 54 | 14 | 52 | 475 | 34 | 56 |
| Binary | 10010101 | 1010100 | 10000011 | 0 | 101100 | 1100 | 101010 | 100111101 | 11100 | 101110 |
Color Harmonies of #955483
Complementary color
Monochromatic Colors of #955483
Black with #955483
Text Example
Text Example
White with #955483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955483; }
p { color: rgb(149,84,131); }
H1.HeaderClassName
{
color: #955483;
}
.AnyTagClassName
{
color: #955483;
}
</style>
background-color css
<style>
a { background-color: #955483; }
a { background-color: rgb(149,84,131); }
div.DivClassName
{
background-color: #955483;
}
.BgClassName
{
background-color: #955483;
}
</style>
border-color css
<style>
span { border-color: #955483; }
span { border-color: rgb(149,84,131); }
td.TdClassName
{
border-color: #955483;
}
.TagClassName
{
border-color: #955483;
}
</style>