Shades of Strikemaster #996088
Tints of Strikemaster #996088
RGB
CMYK
RGB Variations
Color information
#996088 (or 0x996088) is known color: Strikemaster. HEX triplet: 99, 60 and 88. RGB value is (153,96,136). Sum of RGB (Red+Green+Blue) = 153+96+136=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #996088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996088 is #669F77. Grayscale: #757575. Windows color (decimal): -6725496 or 8937625. OLE color: 8937625.
HSL color Cylindrical-coordinate representation of color #996088: hue angle of 317.89º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996088 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 136 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.4 |
| HSL | 317.89º | 0.23% | 0.49% | - |
| HSV(B) | 317.89º | 0.37% | 0.6% | - |
| XYZ | 21.76 | 16.92 | 25.41 | - |
| YUV | 117.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 136 | 0 | 0.37 | 0.11 | 0.4 | 317.89 | 0.23 | 0.49 |
| Hex | 99 | 60 | 88 | 0 | 25 | B | 28 | 13E | 17 | 31 |
| Octal | 231 | 140 | 210 | 0 | 45 | 13 | 50 | 476 | 27 | 61 |
| Binary | 10011001 | 1100000 | 10001000 | 0 | 100101 | 1011 | 101000 | 100111110 | 10111 | 110001 |
Color Harmonies of #996088
Complementary color
Monochromatic Colors of #996088
Black with #996088
Text Example
Text Example
White with #996088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996088; }
p { color: rgb(153,96,136); }
H1.HeaderClassName
{
color: #996088;
}
.AnyTagClassName
{
color: #996088;
}
</style>
background-color css
<style>
a { background-color: #996088; }
a { background-color: rgb(153,96,136); }
div.DivClassName
{
background-color: #996088;
}
.BgClassName
{
background-color: #996088;
}
</style>
border-color css
<style>
span { border-color: #996088; }
span { border-color: rgb(153,96,136); }
td.TdClassName
{
border-color: #996088;
}
.TagClassName
{
border-color: #996088;
}
</style>