Shades of Strikemaster #954D82
Tints of Strikemaster #954D82
RGB
CMYK
RGB Variations
Color information
#954D82 (or 0x954D82) is known color: Strikemaster. HEX triplet: 95, 4D and 82. RGB value is (149,77,130). Sum of RGB (Red+Green+Blue) = 149+77+130=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #954D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954D82 is #6AB27D. Grayscale: #686868. Windows color (decimal): -6992510 or 8539541. OLE color: 8539541.
HSL color Cylindrical-coordinate representation of color #954D82: hue angle of 315.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954D82 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 130 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.42 |
| HSL | 315.83º | 0.32% | 0.44% | - |
| HSV(B) | 315.83º | 0.48% | 0.58% | - |
| XYZ | 19.08 | 13.31 | 22.68 | - |
| YUV | 104.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 130 | 0 | 0.48 | 0.13 | 0.42 | 315.83 | 0.32 | 0.44 |
| Hex | 95 | 4D | 82 | 0 | 30 | D | 2A | 13C | 20 | 2C |
| Octal | 225 | 115 | 202 | 0 | 60 | 15 | 52 | 474 | 40 | 54 |
| Binary | 10010101 | 1001101 | 10000010 | 0 | 110000 | 1101 | 101010 | 100111100 | 100000 | 101100 |
Color Harmonies of #954D82
Complementary color
Monochromatic Colors of #954D82
Black with #954D82
Text Example
Text Example
White with #954D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D82; }
p { color: rgb(149,77,130); }
H1.HeaderClassName
{
color: #954D82;
}
.AnyTagClassName
{
color: #954D82;
}
</style>
background-color css
<style>
a { background-color: #954D82; }
a { background-color: rgb(149,77,130); }
div.DivClassName
{
background-color: #954D82;
}
.BgClassName
{
background-color: #954D82;
}
</style>
border-color css
<style>
span { border-color: #954D82; }
span { border-color: rgb(149,77,130); }
td.TdClassName
{
border-color: #954D82;
}
.TagClassName
{
border-color: #954D82;
}
</style>