Shades of Strikemaster #954F7B
Tints of Strikemaster #954F7B
RGB
CMYK
RGB Variations
Color information
#954F7B (or 0x954F7B) is known color: Strikemaster. HEX triplet: 95, 4F and 7B. RGB value is (149,79,123). Sum of RGB (Red+Green+Blue) = 149+79+123=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #954F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F7B is #6AB084. Grayscale: #686868. Windows color (decimal): -6992005 or 8081301. OLE color: 8081301.
HSL color Cylindrical-coordinate representation of color #954F7B: hue angle of 322.29º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F7B is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 123 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.42 |
| HSL | 322.29º | 0.31% | 0.45% | - |
| HSV(B) | 322.29º | 0.47% | 0.58% | - |
| XYZ | 18.77 | 13.41 | 20.34 | - |
| YUV | 104.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 123 | 0 | 0.47 | 0.17 | 0.42 | 322.29 | 0.31 | 0.45 |
| Hex | 95 | 4F | 7B | 0 | 2F | 11 | 2A | 142 | 1F | 2D |
| Octal | 225 | 117 | 173 | 0 | 57 | 21 | 52 | 502 | 37 | 55 |
| Binary | 10010101 | 1001111 | 1111011 | 0 | 101111 | 10001 | 101010 | 101000010 | 11111 | 101101 |
Color Harmonies of #954F7B
Complementary color
Monochromatic Colors of #954F7B
Black with #954F7B
Text Example
Text Example
White with #954F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F7B; }
p { color: rgb(149,79,123); }
H1.HeaderClassName
{
color: #954F7B;
}
.AnyTagClassName
{
color: #954F7B;
}
</style>
background-color css
<style>
a { background-color: #954F7B; }
a { background-color: rgb(149,79,123); }
div.DivClassName
{
background-color: #954F7B;
}
.BgClassName
{
background-color: #954F7B;
}
</style>
border-color css
<style>
span { border-color: #954F7B; }
span { border-color: rgb(149,79,123); }
td.TdClassName
{
border-color: #954F7B;
}
.TagClassName
{
border-color: #954F7B;
}
</style>