Shades of Strikemaster #934E81
Tints of Strikemaster #934E81
RGB
CMYK
RGB Variations
Color information
#934E81 (or 0x934E81) is known color: Strikemaster. HEX triplet: 93, 4E and 81. RGB value is (147,78,129). Sum of RGB (Red+Green+Blue) = 147+78+129=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #934E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934E81 is #6CB17E. Grayscale: #686868. Windows color (decimal): -7123327 or 8474259. OLE color: 8474259.
HSL color Cylindrical-coordinate representation of color #934E81: hue angle of 315.65º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #934E81 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 78 | 129 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.42 |
| HSL | 315.65º | 0.31% | 0.44% | - |
| HSV(B) | 315.65º | 0.47% | 0.58% | - |
| XYZ | 18.72 | 13.24 | 22.34 | - |
| YUV | 104.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 129 | 0 | 0.47 | 0.12 | 0.42 | 315.65 | 0.31 | 0.44 |
| Hex | 93 | 4E | 81 | 0 | 2F | C | 2A | 13C | 1F | 2C |
| Octal | 223 | 116 | 201 | 0 | 57 | 14 | 52 | 474 | 37 | 54 |
| Binary | 10010011 | 1001110 | 10000001 | 0 | 101111 | 1100 | 101010 | 100111100 | 11111 | 101100 |
Color Harmonies of #934E81
Complementary color
Monochromatic Colors of #934E81
Black with #934E81
Text Example
Text Example
White with #934E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934E81; }
p { color: rgb(147,78,129); }
H1.HeaderClassName
{
color: #934E81;
}
.AnyTagClassName
{
color: #934E81;
}
</style>
background-color css
<style>
a { background-color: #934E81; }
a { background-color: rgb(147,78,129); }
div.DivClassName
{
background-color: #934E81;
}
.BgClassName
{
background-color: #934E81;
}
</style>
border-color css
<style>
span { border-color: #934E81; }
span { border-color: rgb(147,78,129); }
td.TdClassName
{
border-color: #934E81;
}
.TagClassName
{
border-color: #934E81;
}
</style>