Shades of Strikemaster #995788
Tints of Strikemaster #995788
RGB
CMYK
RGB Variations
Color information
#995788 (or 0x995788) is known color: Strikemaster. HEX triplet: 99, 57 and 88. RGB value is (153,87,136). Sum of RGB (Red+Green+Blue) = 153+87+136=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #995788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995788 is #66A877. Grayscale: #707070. Windows color (decimal): -6727800 or 8935321. OLE color: 8935321.
HSL color Cylindrical-coordinate representation of color #995788: hue angle of 315.45º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #995788 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 87 | 136 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.4 |
| HSL | 315.45º | 0.28% | 0.47% | - |
| HSV(B) | 315.45º | 0.43% | 0.6% | - |
| XYZ | 20.99 | 15.37 | 25.15 | - |
| YUV | 112.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 136 | 0 | 0.43 | 0.11 | 0.4 | 315.45 | 0.28 | 0.47 |
| Hex | 99 | 57 | 88 | 0 | 2B | B | 28 | 13B | 1C | 2F |
| Octal | 231 | 127 | 210 | 0 | 53 | 13 | 50 | 473 | 34 | 57 |
| Binary | 10011001 | 1010111 | 10001000 | 0 | 101011 | 1011 | 101000 | 100111011 | 11100 | 101111 |
Color Harmonies of #995788
Complementary color
Monochromatic Colors of #995788
Black with #995788
Text Example
Text Example
White with #995788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995788; }
p { color: rgb(153,87,136); }
H1.HeaderClassName
{
color: #995788;
}
.AnyTagClassName
{
color: #995788;
}
</style>
background-color css
<style>
a { background-color: #995788; }
a { background-color: rgb(153,87,136); }
div.DivClassName
{
background-color: #995788;
}
.BgClassName
{
background-color: #995788;
}
</style>
border-color css
<style>
span { border-color: #995788; }
span { border-color: rgb(153,87,136); }
td.TdClassName
{
border-color: #995788;
}
.TagClassName
{
border-color: #995788;
}
</style>