Shades of Strikemaster #934E7B
Tints of Strikemaster #934E7B
RGB
CMYK
RGB Variations
Color information
#934E7B (or 0x934E7B) is known color: Strikemaster. HEX triplet: 93, 4E and 7B. RGB value is (147,78,123). Sum of RGB (Red+Green+Blue) = 147+78+123=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 147 - color contains mainly: red. Hex color #934E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934E7B is #6CB184. Grayscale: #676767. Windows color (decimal): -7123333 or 8081043. OLE color: 8081043.
HSL color Cylindrical-coordinate representation of color #934E7B: hue angle of 320.87º 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 #934E7B is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 78 | 123 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.42 |
| HSL | 320.87º | 0.31% | 0.44% | - |
| HSV(B) | 320.87º | 0.47% | 0.58% | - |
| XYZ | 18.33 | 13.08 | 20.3 | - |
| YUV | 103.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 123 | 0 | 0.47 | 0.16 | 0.42 | 320.87 | 0.31 | 0.44 |
| Hex | 93 | 4E | 7B | 0 | 2F | 10 | 2A | 141 | 1F | 2C |
| Octal | 223 | 116 | 173 | 0 | 57 | 20 | 52 | 501 | 37 | 54 |
| Binary | 10010011 | 1001110 | 1111011 | 0 | 101111 | 10000 | 101010 | 101000001 | 11111 | 101100 |
Color Harmonies of #934E7B
Complementary color
Monochromatic Colors of #934E7B
Black with #934E7B
Text Example
Text Example
White with #934E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934E7B; }
p { color: rgb(147,78,123); }
H1.HeaderClassName
{
color: #934E7B;
}
.AnyTagClassName
{
color: #934E7B;
}
</style>
background-color css
<style>
a { background-color: #934E7B; }
a { background-color: rgb(147,78,123); }
div.DivClassName
{
background-color: #934E7B;
}
.BgClassName
{
background-color: #934E7B;
}
</style>
border-color css
<style>
span { border-color: #934E7B; }
span { border-color: rgb(147,78,123); }
td.TdClassName
{
border-color: #934E7B;
}
.TagClassName
{
border-color: #934E7B;
}
</style>