Shades of Strikemaster #954D7B
Tints of Strikemaster #954D7B
RGB
CMYK
RGB Variations
Color information
#954D7B (or 0x954D7B) is known color: Strikemaster. HEX triplet: 95, 4D and 7B. RGB value is (149,77,123). Sum of RGB (Red+Green+Blue) = 149+77+123=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #954D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954D7B is #6AB284. Grayscale: #676767. Windows color (decimal): -6992517 or 8080789. OLE color: 8080789.
HSL color Cylindrical-coordinate representation of color #954D7B: hue angle of 321.67º 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 #954D7B is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 123 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.42 |
| HSL | 321.67º | 0.32% | 0.44% | - |
| HSV(B) | 321.67º | 0.48% | 0.58% | - |
| XYZ | 18.62 | 13.13 | 20.29 | - |
| YUV | 103.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 123 | 0 | 0.48 | 0.17 | 0.42 | 321.67 | 0.32 | 0.44 |
| Hex | 95 | 4D | 7B | 0 | 30 | 11 | 2A | 142 | 20 | 2C |
| Octal | 225 | 115 | 173 | 0 | 60 | 21 | 52 | 502 | 40 | 54 |
| Binary | 10010101 | 1001101 | 1111011 | 0 | 110000 | 10001 | 101010 | 101000010 | 100000 | 101100 |
Color Harmonies of #954D7B
Complementary color
Monochromatic Colors of #954D7B
Black with #954D7B
Text Example
Text Example
White with #954D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D7B; }
p { color: rgb(149,77,123); }
H1.HeaderClassName
{
color: #954D7B;
}
.AnyTagClassName
{
color: #954D7B;
}
</style>
background-color css
<style>
a { background-color: #954D7B; }
a { background-color: rgb(149,77,123); }
div.DivClassName
{
background-color: #954D7B;
}
.BgClassName
{
background-color: #954D7B;
}
</style>
border-color css
<style>
span { border-color: #954D7B; }
span { border-color: rgb(149,77,123); }
td.TdClassName
{
border-color: #954D7B;
}
.TagClassName
{
border-color: #954D7B;
}
</style>