Shades of Strikemaster #955478
Tints of Strikemaster #955478
RGB
CMYK
RGB Variations
Color information
#955478 (or 0x955478) is known color: Strikemaster. HEX triplet: 95, 54 and 78. RGB value is (149,84,120). Sum of RGB (Red+Green+Blue) = 149+84+120=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #955478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955478 is #6AAB87. Grayscale: #6B6B6B. Windows color (decimal): -6990728 or 7885973. OLE color: 7885973.
HSL color Cylindrical-coordinate representation of color #955478: hue angle of 326.77º 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 #955478 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 84 | 120 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.42 |
| HSL | 326.77º | 0.28% | 0.46% | - |
| HSV(B) | 326.77º | 0.44% | 0.58% | - |
| XYZ | 18.95 | 14.09 | 19.49 | - |
| YUV | 107.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 120 | 0 | 0.44 | 0.19 | 0.42 | 326.77 | 0.28 | 0.46 |
| Hex | 95 | 54 | 78 | 0 | 2C | 13 | 2A | 147 | 1C | 2E |
| Octal | 225 | 124 | 170 | 0 | 54 | 23 | 52 | 507 | 34 | 56 |
| Binary | 10010101 | 1010100 | 1111000 | 0 | 101100 | 10011 | 101010 | 101000111 | 11100 | 101110 |
Color Harmonies of #955478
Complementary color
Monochromatic Colors of #955478
Black with #955478
Text Example
Text Example
White with #955478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955478; }
p { color: rgb(149,84,120); }
H1.HeaderClassName
{
color: #955478;
}
.AnyTagClassName
{
color: #955478;
}
</style>
background-color css
<style>
a { background-color: #955478; }
a { background-color: rgb(149,84,120); }
div.DivClassName
{
background-color: #955478;
}
.BgClassName
{
background-color: #955478;
}
</style>
border-color css
<style>
span { border-color: #955478; }
span { border-color: rgb(149,84,120); }
td.TdClassName
{
border-color: #955478;
}
.TagClassName
{
border-color: #955478;
}
</style>