Shades of Strikemaster #955479
Tints of Strikemaster #955479
RGB
CMYK
RGB Variations
Color information
#955479 (or 0x955479) is known color: Strikemaster. HEX triplet: 95, 54 and 79. RGB value is (149,84,121). Sum of RGB (Red+Green+Blue) = 149+84+121=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #955479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955479 is #6AAB86. Grayscale: #6B6B6B. Windows color (decimal): -6990727 or 7951509. OLE color: 7951509.
HSL color Cylindrical-coordinate representation of color #955479: hue angle of 325.85º 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 #955479 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 84 | 121 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.42 |
| HSL | 325.85º | 0.28% | 0.46% | - |
| HSV(B) | 325.85º | 0.44% | 0.58% | - |
| XYZ | 19.02 | 14.11 | 19.81 | - |
| YUV | 107.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 121 | 0 | 0.44 | 0.19 | 0.42 | 325.85 | 0.28 | 0.46 |
| Hex | 95 | 54 | 79 | 0 | 2C | 13 | 2A | 146 | 1C | 2E |
| Octal | 225 | 124 | 171 | 0 | 54 | 23 | 52 | 506 | 34 | 56 |
| Binary | 10010101 | 1010100 | 1111001 | 0 | 101100 | 10011 | 101010 | 101000110 | 11100 | 101110 |
Color Harmonies of #955479
Complementary color
Monochromatic Colors of #955479
Black with #955479
Text Example
Text Example
White with #955479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955479; }
p { color: rgb(149,84,121); }
H1.HeaderClassName
{
color: #955479;
}
.AnyTagClassName
{
color: #955479;
}
</style>
background-color css
<style>
a { background-color: #955479; }
a { background-color: rgb(149,84,121); }
div.DivClassName
{
background-color: #955479;
}
.BgClassName
{
background-color: #955479;
}
</style>
border-color css
<style>
span { border-color: #955479; }
span { border-color: rgb(149,84,121); }
td.TdClassName
{
border-color: #955479;
}
.TagClassName
{
border-color: #955479;
}
</style>