Shades of Strikemaster #93667F
Tints of Strikemaster #93667F
RGB
CMYK
RGB Variations
Color information
#93667F (or 0x93667F) is known color: Strikemaster. HEX triplet: 93, 66 and 7F. RGB value is (147,102,127). Sum of RGB (Red+Green+Blue) = 147+102+127=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #93667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93667F is #6C9980. Grayscale: #767676. Windows color (decimal): -7117185 or 8349331. OLE color: 8349331.
HSL color Cylindrical-coordinate representation of color #93667F: hue angle of 326.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 #93667F is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 102 | 127 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.42 |
| HSL | 326.67º | 0.18% | 0.49% | - |
| HSV(B) | 326.67º | 0.31% | 0.58% | - |
| XYZ | 20.61 | 17.24 | 22.32 | - |
| YUV | 118.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 127 | 0 | 0.31 | 0.14 | 0.42 | 326.67 | 0.18 | 0.49 |
| Hex | 93 | 66 | 7F | 0 | 1F | E | 2A | 147 | 12 | 31 |
| Octal | 223 | 146 | 177 | 0 | 37 | 16 | 52 | 507 | 22 | 61 |
| Binary | 10010011 | 1100110 | 1111111 | 0 | 11111 | 1110 | 101010 | 101000111 | 10010 | 110001 |
Color Harmonies of #93667F
Complementary color
Monochromatic Colors of #93667F
Black with #93667F
Text Example
Text Example
White with #93667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93667F; }
p { color: rgb(147,102,127); }
H1.HeaderClassName
{
color: #93667F;
}
.AnyTagClassName
{
color: #93667F;
}
</style>
background-color css
<style>
a { background-color: #93667F; }
a { background-color: rgb(147,102,127); }
div.DivClassName
{
background-color: #93667F;
}
.BgClassName
{
background-color: #93667F;
}
</style>
border-color css
<style>
span { border-color: #93667F; }
span { border-color: rgb(147,102,127); }
td.TdClassName
{
border-color: #93667F;
}
.TagClassName
{
border-color: #93667F;
}
</style>