Shades of Strikemaster #954E81
Tints of Strikemaster #954E81
RGB
CMYK
RGB Variations
Color information
#954E81 (or 0x954E81) is known color: Strikemaster. HEX triplet: 95, 4E and 81. RGB value is (149,78,129). Sum of RGB (Red+Green+Blue) = 149+78+129=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #954E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954E81 is #6AB17E. Grayscale: #686868. Windows color (decimal): -6992255 or 8474261. OLE color: 8474261.
HSL color Cylindrical-coordinate representation of color #954E81: hue angle of 316.9º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E81 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 78 | 129 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.42 |
| HSL | 316.9º | 0.31% | 0.45% | - |
| HSV(B) | 316.9º | 0.48% | 0.58% | - |
| XYZ | 19.08 | 13.42 | 22.35 | - |
| YUV | 105.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 129 | 0 | 0.48 | 0.13 | 0.42 | 316.9 | 0.31 | 0.45 |
| Hex | 95 | 4E | 81 | 0 | 30 | D | 2A | 13D | 1F | 2D |
| Octal | 225 | 116 | 201 | 0 | 60 | 15 | 52 | 475 | 37 | 55 |
| Binary | 10010101 | 1001110 | 10000001 | 0 | 110000 | 1101 | 101010 | 100111101 | 11111 | 101101 |
Color Harmonies of #954E81
Complementary color
Monochromatic Colors of #954E81
Black with #954E81
Text Example
Text Example
White with #954E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954E81; }
p { color: rgb(149,78,129); }
H1.HeaderClassName
{
color: #954E81;
}
.AnyTagClassName
{
color: #954E81;
}
</style>
background-color css
<style>
a { background-color: #954E81; }
a { background-color: rgb(149,78,129); }
div.DivClassName
{
background-color: #954E81;
}
.BgClassName
{
background-color: #954E81;
}
</style>
border-color css
<style>
span { border-color: #954E81; }
span { border-color: rgb(149,78,129); }
td.TdClassName
{
border-color: #954E81;
}
.TagClassName
{
border-color: #954E81;
}
</style>