Shades of Strikemaster #93668A
Tints of Strikemaster #93668A
RGB
CMYK
RGB Variations
Color information
#93668A (or 0x93668A) is known color: Strikemaster. HEX triplet: 93, 66 and 8A. RGB value is (147,102,138). Sum of RGB (Red+Green+Blue) = 147+102+138=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #93668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93668A is #6C9975. Grayscale: #777777. Windows color (decimal): -7117174 or 9070227. OLE color: 9070227.
HSL color Cylindrical-coordinate representation of color #93668A: hue angle of 312º 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 #93668A is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 102 | 138 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.42 |
| HSL | 312º | 0.18% | 0.49% | - |
| HSV(B) | 312º | 0.31% | 0.58% | - |
| XYZ | 21.37 | 17.54 | 26.3 | - |
| YUV | 119.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 138 | 0 | 0.31 | 0.06 | 0.42 | 312 | 0.18 | 0.49 |
| Hex | 93 | 66 | 8A | 0 | 1F | 6 | 2A | 138 | 12 | 31 |
| Octal | 223 | 146 | 212 | 0 | 37 | 6 | 52 | 470 | 22 | 61 |
| Binary | 10010011 | 1100110 | 10001010 | 0 | 11111 | 110 | 101010 | 100111000 | 10010 | 110001 |
Color Harmonies of #93668A
Complementary color
Monochromatic Colors of #93668A
Black with #93668A
Text Example
Text Example
White with #93668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93668A; }
p { color: rgb(147,102,138); }
H1.HeaderClassName
{
color: #93668A;
}
.AnyTagClassName
{
color: #93668A;
}
</style>
background-color css
<style>
a { background-color: #93668A; }
a { background-color: rgb(147,102,138); }
div.DivClassName
{
background-color: #93668A;
}
.BgClassName
{
background-color: #93668A;
}
</style>
border-color css
<style>
span { border-color: #93668A; }
span { border-color: rgb(147,102,138); }
td.TdClassName
{
border-color: #93668A;
}
.TagClassName
{
border-color: #93668A;
}
</style>