Shades of Strikemaster #93668B
Tints of Strikemaster #93668B
RGB
CMYK
RGB Variations
Color information
#93668B (or 0x93668B) is known color: Strikemaster. HEX triplet: 93, 66 and 8B. RGB value is (147,102,139). Sum of RGB (Red+Green+Blue) = 147+102+139=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #93668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93668B is #6C9974. Grayscale: #777777. Windows color (decimal): -7117173 or 9135763. OLE color: 9135763.
HSL color Cylindrical-coordinate representation of color #93668B: hue angle of 310.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93668B is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 102 | 139 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.42 |
| HSL | 310.67º | 0.18% | 0.49% | - |
| HSV(B) | 310.67º | 0.31% | 0.58% | - |
| XYZ | 21.44 | 17.57 | 26.69 | - |
| YUV | 119.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 139 | 0 | 0.31 | 0.05 | 0.42 | 310.67 | 0.18 | 0.49 |
| Hex | 93 | 66 | 8B | 0 | 1F | 5 | 2A | 137 | 12 | 31 |
| Octal | 223 | 146 | 213 | 0 | 37 | 5 | 52 | 467 | 22 | 61 |
| Binary | 10010011 | 1100110 | 10001011 | 0 | 11111 | 101 | 101010 | 100110111 | 10010 | 110001 |
Color Harmonies of #93668B
Complementary color
Monochromatic Colors of #93668B
Black with #93668B
Text Example
Text Example
White with #93668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93668B; }
p { color: rgb(147,102,139); }
H1.HeaderClassName
{
color: #93668B;
}
.AnyTagClassName
{
color: #93668B;
}
</style>
background-color css
<style>
a { background-color: #93668B; }
a { background-color: rgb(147,102,139); }
div.DivClassName
{
background-color: #93668B;
}
.BgClassName
{
background-color: #93668B;
}
</style>
border-color css
<style>
span { border-color: #93668B; }
span { border-color: rgb(147,102,139); }
td.TdClassName
{
border-color: #93668B;
}
.TagClassName
{
border-color: #93668B;
}
</style>