Shades of Strikemaster #93618A
Tints of Strikemaster #93618A
RGB
CMYK
RGB Variations
Color information
#93618A (or 0x93618A) is known color: Strikemaster. HEX triplet: 93, 61 and 8A. RGB value is (147,97,138). Sum of RGB (Red+Green+Blue) = 147+97+138=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #93618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93618A is #6C9E75. Grayscale: #747474. Windows color (decimal): -7118454 or 9068947. OLE color: 9068947.
HSL color Cylindrical-coordinate representation of color #93618A: hue angle of 310.8º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93618A is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 97 | 138 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.42 |
| HSL | 310.8º | 0.2% | 0.48% | - |
| HSV(B) | 310.8º | 0.34% | 0.58% | - |
| XYZ | 20.89 | 16.59 | 26.15 | - |
| YUV | 116.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 138 | 0 | 0.34 | 0.06 | 0.42 | 310.8 | 0.2 | 0.48 |
| Hex | 93 | 61 | 8A | 0 | 22 | 6 | 2A | 137 | 14 | 30 |
| Octal | 223 | 141 | 212 | 0 | 42 | 6 | 52 | 467 | 24 | 60 |
| Binary | 10010011 | 1100001 | 10001010 | 0 | 100010 | 110 | 101010 | 100110111 | 10100 | 110000 |
Color Harmonies of #93618A
Complementary color
Monochromatic Colors of #93618A
Black with #93618A
Text Example
Text Example
White with #93618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93618A; }
p { color: rgb(147,97,138); }
H1.HeaderClassName
{
color: #93618A;
}
.AnyTagClassName
{
color: #93618A;
}
</style>
background-color css
<style>
a { background-color: #93618A; }
a { background-color: rgb(147,97,138); }
div.DivClassName
{
background-color: #93618A;
}
.BgClassName
{
background-color: #93618A;
}
</style>
border-color css
<style>
span { border-color: #93618A; }
span { border-color: rgb(147,97,138); }
td.TdClassName
{
border-color: #93618A;
}
.TagClassName
{
border-color: #93618A;
}
</style>