Shades of Strikemaster #934B7B
Tints of Strikemaster #934B7B
RGB
CMYK
RGB Variations
Color information
#934B7B (or 0x934B7B) is known color: Strikemaster. HEX triplet: 93, 4B and 7B. RGB value is (147,75,123). Sum of RGB (Red+Green+Blue) = 147+75+123=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #934B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934B7B is #6CB484. Grayscale: #656565. Windows color (decimal): -7124101 or 8080275. OLE color: 8080275.
HSL color Cylindrical-coordinate representation of color #934B7B: hue angle of 320º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #934B7B is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 75 | 123 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.42 |
| HSL | 320º | 0.32% | 0.44% | - |
| HSV(B) | 320º | 0.49% | 0.58% | - |
| XYZ | 18.12 | 12.67 | 20.23 | - |
| YUV | 102 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 75 | 123 | 0 | 0.49 | 0.16 | 0.42 | 320 | 0.32 | 0.44 |
| Hex | 93 | 4B | 7B | 0 | 31 | 10 | 2A | 140 | 20 | 2C |
| Octal | 223 | 113 | 173 | 0 | 61 | 20 | 52 | 500 | 40 | 54 |
| Binary | 10010011 | 1001011 | 1111011 | 0 | 110001 | 10000 | 101010 | 101000000 | 100000 | 101100 |
Color Harmonies of #934B7B
Complementary color
Monochromatic Colors of #934B7B
Black with #934B7B
Text Example
Text Example
White with #934B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934B7B; }
p { color: rgb(147,75,123); }
H1.HeaderClassName
{
color: #934B7B;
}
.AnyTagClassName
{
color: #934B7B;
}
</style>
background-color css
<style>
a { background-color: #934B7B; }
a { background-color: rgb(147,75,123); }
div.DivClassName
{
background-color: #934B7B;
}
.BgClassName
{
background-color: #934B7B;
}
</style>
border-color css
<style>
span { border-color: #934B7B; }
span { border-color: rgb(147,75,123); }
td.TdClassName
{
border-color: #934B7B;
}
.TagClassName
{
border-color: #934B7B;
}
</style>