Shades of Strikemaster #934F81
Tints of Strikemaster #934F81
RGB
CMYK
RGB Variations
Color information
#934F81 (or 0x934F81) is known color: Strikemaster. HEX triplet: 93, 4F and 81. RGB value is (147,79,129). Sum of RGB (Red+Green+Blue) = 147+79+129=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #934F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934F81 is #6CB07E. Grayscale: #686868. Windows color (decimal): -7123071 or 8474515. OLE color: 8474515.
HSL color Cylindrical-coordinate representation of color #934F81: hue angle of 315.88º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #934F81 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 79 | 129 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.42 |
| HSL | 315.88º | 0.3% | 0.44% | - |
| HSV(B) | 315.88º | 0.46% | 0.58% | - |
| XYZ | 18.79 | 13.38 | 22.36 | - |
| YUV | 105.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 129 | 0 | 0.46 | 0.12 | 0.42 | 315.88 | 0.3 | 0.44 |
| Hex | 93 | 4F | 81 | 0 | 2E | C | 2A | 13C | 1E | 2C |
| Octal | 223 | 117 | 201 | 0 | 56 | 14 | 52 | 474 | 36 | 54 |
| Binary | 10010011 | 1001111 | 10000001 | 0 | 101110 | 1100 | 101010 | 100111100 | 11110 | 101100 |
Color Harmonies of #934F81
Complementary color
Monochromatic Colors of #934F81
Black with #934F81
Text Example
Text Example
White with #934F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934F81; }
p { color: rgb(147,79,129); }
H1.HeaderClassName
{
color: #934F81;
}
.AnyTagClassName
{
color: #934F81;
}
</style>
background-color css
<style>
a { background-color: #934F81; }
a { background-color: rgb(147,79,129); }
div.DivClassName
{
background-color: #934F81;
}
.BgClassName
{
background-color: #934F81;
}
</style>
border-color css
<style>
span { border-color: #934F81; }
span { border-color: rgb(147,79,129); }
td.TdClassName
{
border-color: #934F81;
}
.TagClassName
{
border-color: #934F81;
}
</style>