Shades of Strikemaster #936288
Tints of Strikemaster #936288
RGB
CMYK
RGB Variations
Color information
#936288 (or 0x936288) is known color: Strikemaster. HEX triplet: 93, 62 and 88. RGB value is (147,98,136). Sum of RGB (Red+Green+Blue) = 147+98+136=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #936288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936288 is #6C9D77. Grayscale: #747474. Windows color (decimal): -7118200 or 8938131. OLE color: 8938131.
HSL color Cylindrical-coordinate representation of color #936288: hue angle of 313.47º 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 #936288 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 98 | 136 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.42 |
| HSL | 313.47º | 0.2% | 0.48% | - |
| HSV(B) | 313.47º | 0.33% | 0.58% | - |
| XYZ | 20.84 | 16.72 | 25.42 | - |
| YUV | 116.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 98 | 136 | 0 | 0.33 | 0.07 | 0.42 | 313.47 | 0.2 | 0.48 |
| Hex | 93 | 62 | 88 | 0 | 21 | 7 | 2A | 139 | 14 | 30 |
| Octal | 223 | 142 | 210 | 0 | 41 | 7 | 52 | 471 | 24 | 60 |
| Binary | 10010011 | 1100010 | 10001000 | 0 | 100001 | 111 | 101010 | 100111001 | 10100 | 110000 |
Color Harmonies of #936288
Complementary color
Monochromatic Colors of #936288
Black with #936288
Text Example
Text Example
White with #936288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936288; }
p { color: rgb(147,98,136); }
H1.HeaderClassName
{
color: #936288;
}
.AnyTagClassName
{
color: #936288;
}
</style>
background-color css
<style>
a { background-color: #936288; }
a { background-color: rgb(147,98,136); }
div.DivClassName
{
background-color: #936288;
}
.BgClassName
{
background-color: #936288;
}
</style>
border-color css
<style>
span { border-color: #936288; }
span { border-color: rgb(147,98,136); }
td.TdClassName
{
border-color: #936288;
}
.TagClassName
{
border-color: #936288;
}
</style>