Shades of Strikemaster #954B81
Tints of Strikemaster #954B81
RGB
CMYK
RGB Variations
Color information
#954B81 (or 0x954B81) is known color: Strikemaster. HEX triplet: 95, 4B and 81. RGB value is (149,75,129). Sum of RGB (Red+Green+Blue) = 149+75+129=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #954B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954B81 is #6AB47E. Grayscale: #676767. Windows color (decimal): -6993023 or 8473493. OLE color: 8473493.
HSL color Cylindrical-coordinate representation of color #954B81: hue angle of 316.22º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B81 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 129 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.42 |
| HSL | 316.22º | 0.33% | 0.44% | - |
| HSV(B) | 316.22º | 0.5% | 0.58% | - |
| XYZ | 18.87 | 13.01 | 22.28 | - |
| YUV | 103.28 | 142.52 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 129 | 0 | 0.50 | 0.13 | 0.42 | 316.22 | 0.33 | 0.44 |
| Hex | 95 | 4B | 81 | 0 | 32 | D | 2A | 13C | 21 | 2C |
| Octal | 225 | 113 | 201 | 0 | 62 | 15 | 52 | 474 | 41 | 54 |
| Binary | 10010101 | 1001011 | 10000001 | 0 | 110010 | 1101 | 101010 | 100111100 | 100001 | 101100 |
Color Harmonies of #954B81
Complementary color
Monochromatic Colors of #954B81
Black with #954B81
Text Example
Text Example
White with #954B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B81; }
p { color: rgb(149,75,129); }
H1.HeaderClassName
{
color: #954B81;
}
.AnyTagClassName
{
color: #954B81;
}
</style>
background-color css
<style>
a { background-color: #954B81; }
a { background-color: rgb(149,75,129); }
div.DivClassName
{
background-color: #954B81;
}
.BgClassName
{
background-color: #954B81;
}
</style>
border-color css
<style>
span { border-color: #954B81; }
span { border-color: rgb(149,75,129); }
td.TdClassName
{
border-color: #954B81;
}
.TagClassName
{
border-color: #954B81;
}
</style>