Shades of Strikemaster #934E78
Tints of Strikemaster #934E78
RGB
CMYK
RGB Variations
Color information
#934E78 (or 0x934E78) is known color: Strikemaster. HEX triplet: 93, 4E and 78. RGB value is (147,78,120). Sum of RGB (Red+Green+Blue) = 147+78+120=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #934E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934E78 is #6CB187. Grayscale: #676767. Windows color (decimal): -7123336 or 7884435. OLE color: 7884435.
HSL color Cylindrical-coordinate representation of color #934E78: hue angle of 323.48º 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 #934E78 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 78 | 120 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.42 |
| HSL | 323.48º | 0.31% | 0.44% | - |
| HSV(B) | 323.48º | 0.47% | 0.58% | - |
| XYZ | 18.15 | 13.01 | 19.32 | - |
| YUV | 103.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 120 | 0 | 0.47 | 0.18 | 0.42 | 323.48 | 0.31 | 0.44 |
| Hex | 93 | 4E | 78 | 0 | 2F | 12 | 2A | 143 | 1F | 2C |
| Octal | 223 | 116 | 170 | 0 | 57 | 22 | 52 | 503 | 37 | 54 |
| Binary | 10010011 | 1001110 | 1111000 | 0 | 101111 | 10010 | 101010 | 101000011 | 11111 | 101100 |
Color Harmonies of #934E78
Complementary color
Monochromatic Colors of #934E78
Black with #934E78
Text Example
Text Example
White with #934E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934E78; }
p { color: rgb(147,78,120); }
H1.HeaderClassName
{
color: #934E78;
}
.AnyTagClassName
{
color: #934E78;
}
</style>
background-color css
<style>
a { background-color: #934E78; }
a { background-color: rgb(147,78,120); }
div.DivClassName
{
background-color: #934E78;
}
.BgClassName
{
background-color: #934E78;
}
</style>
border-color css
<style>
span { border-color: #934E78; }
span { border-color: rgb(147,78,120); }
td.TdClassName
{
border-color: #934E78;
}
.TagClassName
{
border-color: #934E78;
}
</style>