Shades of Strikemaster #93627E
Tints of Strikemaster #93627E
RGB
CMYK
RGB Variations
Color information
#93627E (or 0x93627E) is known color: Strikemaster. HEX triplet: 93, 62 and 7E. RGB value is (147,98,126). Sum of RGB (Red+Green+Blue) = 147+98+126=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #93627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93627E is #6C9D81. Grayscale: #737373. Windows color (decimal): -7118210 or 8282771. OLE color: 8282771.
HSL color Cylindrical-coordinate representation of color #93627E: hue angle of 325.71º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93627E is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 98 | 126 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.42 |
| HSL | 325.71º | 0.2% | 0.48% | - |
| HSV(B) | 325.71º | 0.33% | 0.58% | - |
| XYZ | 20.17 | 16.44 | 21.85 | - |
| YUV | 115.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 98 | 126 | 0 | 0.33 | 0.14 | 0.42 | 325.71 | 0.2 | 0.48 |
| Hex | 93 | 62 | 7E | 0 | 21 | E | 2A | 146 | 14 | 30 |
| Octal | 223 | 142 | 176 | 0 | 41 | 16 | 52 | 506 | 24 | 60 |
| Binary | 10010011 | 1100010 | 1111110 | 0 | 100001 | 1110 | 101010 | 101000110 | 10100 | 110000 |
Color Harmonies of #93627E
Complementary color
Monochromatic Colors of #93627E
Black with #93627E
Text Example
Text Example
White with #93627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93627E; }
p { color: rgb(147,98,126); }
H1.HeaderClassName
{
color: #93627E;
}
.AnyTagClassName
{
color: #93627E;
}
</style>
background-color css
<style>
a { background-color: #93627E; }
a { background-color: rgb(147,98,126); }
div.DivClassName
{
background-color: #93627E;
}
.BgClassName
{
background-color: #93627E;
}
</style>
border-color css
<style>
span { border-color: #93627E; }
span { border-color: rgb(147,98,126); }
td.TdClassName
{
border-color: #93627E;
}
.TagClassName
{
border-color: #93627E;
}
</style>