Shades of Strikemaster #995688
Tints of Strikemaster #995688
RGB
CMYK
RGB Variations
Color information
#995688 (or 0x995688) is known color: Strikemaster. HEX triplet: 99, 56 and 88. RGB value is (153,86,136). Sum of RGB (Red+Green+Blue) = 153+86+136=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #995688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995688 is #66A977. Grayscale: #6F6F6F. Windows color (decimal): -6728056 or 8935065. OLE color: 8935065.
HSL color Cylindrical-coordinate representation of color #995688: hue angle of 315.22º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995688 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 86 | 136 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.4 |
| HSL | 315.22º | 0.28% | 0.47% | - |
| HSV(B) | 315.22º | 0.44% | 0.6% | - |
| XYZ | 20.91 | 15.21 | 25.13 | - |
| YUV | 111.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 136 | 0 | 0.44 | 0.11 | 0.4 | 315.22 | 0.28 | 0.47 |
| Hex | 99 | 56 | 88 | 0 | 2C | B | 28 | 13B | 1C | 2F |
| Octal | 231 | 126 | 210 | 0 | 54 | 13 | 50 | 473 | 34 | 57 |
| Binary | 10011001 | 1010110 | 10001000 | 0 | 101100 | 1011 | 101000 | 100111011 | 11100 | 101111 |
Color Harmonies of #995688
Complementary color
Monochromatic Colors of #995688
Black with #995688
Text Example
Text Example
White with #995688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995688; }
p { color: rgb(153,86,136); }
H1.HeaderClassName
{
color: #995688;
}
.AnyTagClassName
{
color: #995688;
}
</style>
background-color css
<style>
a { background-color: #995688; }
a { background-color: rgb(153,86,136); }
div.DivClassName
{
background-color: #995688;
}
.BgClassName
{
background-color: #995688;
}
</style>
border-color css
<style>
span { border-color: #995688; }
span { border-color: rgb(153,86,136); }
td.TdClassName
{
border-color: #995688;
}
.TagClassName
{
border-color: #995688;
}
</style>