Shades of Strikemaster #934A7D
Tints of Strikemaster #934A7D
RGB
CMYK
RGB Variations
Color information
#934A7D (or 0x934A7D) is known color: Strikemaster. HEX triplet: 93, 4A and 7D. RGB value is (147,74,125). Sum of RGB (Red+Green+Blue) = 147+74+125=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #934A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934A7D is #6CB582. Grayscale: #656565. Windows color (decimal): -7124355 or 8211091. OLE color: 8211091.
HSL color Cylindrical-coordinate representation of color #934A7D: hue angle of 318.08º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934A7D is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 74 | 125 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.42 |
| HSL | 318.08º | 0.33% | 0.43% | - |
| HSV(B) | 318.08º | 0.5% | 0.58% | - |
| XYZ | 18.18 | 12.58 | 20.87 | - |
| YUV | 101.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 125 | 0 | 0.50 | 0.15 | 0.42 | 318.08 | 0.33 | 0.43 |
| Hex | 93 | 4A | 7D | 0 | 32 | F | 2A | 13E | 21 | 2B |
| Octal | 223 | 112 | 175 | 0 | 62 | 17 | 52 | 476 | 41 | 53 |
| Binary | 10010011 | 1001010 | 1111101 | 0 | 110010 | 1111 | 101010 | 100111110 | 100001 | 101011 |
Color Harmonies of #934A7D
Complementary color
Monochromatic Colors of #934A7D
Black with #934A7D
Text Example
Text Example
White with #934A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934A7D; }
p { color: rgb(147,74,125); }
H1.HeaderClassName
{
color: #934A7D;
}
.AnyTagClassName
{
color: #934A7D;
}
</style>
background-color css
<style>
a { background-color: #934A7D; }
a { background-color: rgb(147,74,125); }
div.DivClassName
{
background-color: #934A7D;
}
.BgClassName
{
background-color: #934A7D;
}
</style>
border-color css
<style>
span { border-color: #934A7D; }
span { border-color: rgb(147,74,125); }
td.TdClassName
{
border-color: #934A7D;
}
.TagClassName
{
border-color: #934A7D;
}
</style>