Shades of Strikemaster #916388
Tints of Strikemaster #916388
RGB
CMYK
RGB Variations
Color information
#916388 (or 0x916388) is known color: Strikemaster. HEX triplet: 91, 63 and 88. RGB value is (145,99,136). Sum of RGB (Red+Green+Blue) = 145+99+136=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #916388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916388 is #6E9C77. Grayscale: #747474. Windows color (decimal): -7249016 or 8938385. OLE color: 8938385.
HSL color Cylindrical-coordinate representation of color #916388: hue angle of 311.74º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #916388 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 99 | 136 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.43 |
| HSL | 311.74º | 0.19% | 0.48% | - |
| HSV(B) | 311.74º | 0.32% | 0.57% | - |
| XYZ | 20.58 | 16.72 | 25.44 | - |
| YUV | 116.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 136 | 0 | 0.32 | 0.06 | 0.43 | 311.74 | 0.19 | 0.48 |
| Hex | 91 | 63 | 88 | 0 | 20 | 6 | 2B | 138 | 13 | 30 |
| Octal | 221 | 143 | 210 | 0 | 40 | 6 | 53 | 470 | 23 | 60 |
| Binary | 10010001 | 1100011 | 10001000 | 0 | 100000 | 110 | 101011 | 100111000 | 10011 | 110000 |
Color Harmonies of #916388
Complementary color
Monochromatic Colors of #916388
Black with #916388
Text Example
Text Example
White with #916388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916388; }
p { color: rgb(145,99,136); }
H1.HeaderClassName
{
color: #916388;
}
.AnyTagClassName
{
color: #916388;
}
</style>
background-color css
<style>
a { background-color: #916388; }
a { background-color: rgb(145,99,136); }
div.DivClassName
{
background-color: #916388;
}
.BgClassName
{
background-color: #916388;
}
</style>
border-color css
<style>
span { border-color: #916388; }
span { border-color: rgb(145,99,136); }
td.TdClassName
{
border-color: #916388;
}
.TagClassName
{
border-color: #916388;
}
</style>