Shades of Strikemaster #936388
Tints of Strikemaster #936388
RGB
CMYK
RGB Variations
Color information
#936388 (or 0x936388) is known color: Strikemaster. HEX triplet: 93, 63 and 88. RGB value is (147,99,136). Sum of RGB (Red+Green+Blue) = 147+99+136=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #936388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936388 is #6C9C77. Grayscale: #757575. Windows color (decimal): -7117944 or 8938387. OLE color: 8938387.
HSL color Cylindrical-coordinate representation of color #936388: hue angle of 313.75º 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 #936388 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 99 | 136 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.42 |
| HSL | 313.75º | 0.2% | 0.48% | - |
| HSV(B) | 313.75º | 0.33% | 0.58% | - |
| XYZ | 20.94 | 16.9 | 25.45 | - |
| YUV | 117.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 136 | 0 | 0.33 | 0.07 | 0.42 | 313.75 | 0.2 | 0.48 |
| Hex | 93 | 63 | 88 | 0 | 21 | 7 | 2A | 13A | 14 | 30 |
| Octal | 223 | 143 | 210 | 0 | 41 | 7 | 52 | 472 | 24 | 60 |
| Binary | 10010011 | 1100011 | 10001000 | 0 | 100001 | 111 | 101010 | 100111010 | 10100 | 110000 |
Color Harmonies of #936388
Complementary color
Monochromatic Colors of #936388
Black with #936388
Text Example
Text Example
White with #936388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936388; }
p { color: rgb(147,99,136); }
H1.HeaderClassName
{
color: #936388;
}
.AnyTagClassName
{
color: #936388;
}
</style>
background-color css
<style>
a { background-color: #936388; }
a { background-color: rgb(147,99,136); }
div.DivClassName
{
background-color: #936388;
}
.BgClassName
{
background-color: #936388;
}
</style>
border-color css
<style>
span { border-color: #936388; }
span { border-color: rgb(147,99,136); }
td.TdClassName
{
border-color: #936388;
}
.TagClassName
{
border-color: #936388;
}
</style>