Shades of Strikemaster #995087
Tints of Strikemaster #995087
RGB
CMYK
RGB Variations
Color information
#995087 (or 0x995087) is known color: Strikemaster. HEX triplet: 99, 50 and 87. RGB value is (153,80,135). Sum of RGB (Red+Green+Blue) = 153+80+135=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #995087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995087 is #66AF78. Grayscale: #6B6B6B. Windows color (decimal): -6729593 or 8867993. OLE color: 8867993.
HSL color Cylindrical-coordinate representation of color #995087: hue angle of 314.79º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995087 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 135 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.4 |
| HSL | 314.79º | 0.31% | 0.46% | - |
| HSV(B) | 314.79º | 0.48% | 0.6% | - |
| XYZ | 20.38 | 14.26 | 24.6 | - |
| YUV | 108.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 135 | 0 | 0.48 | 0.12 | 0.4 | 314.79 | 0.31 | 0.46 |
| Hex | 99 | 50 | 87 | 0 | 30 | C | 28 | 13B | 1F | 2E |
| Octal | 231 | 120 | 207 | 0 | 60 | 14 | 50 | 473 | 37 | 56 |
| Binary | 10011001 | 1010000 | 10000111 | 0 | 110000 | 1100 | 101000 | 100111011 | 11111 | 101110 |
Color Harmonies of #995087
Complementary color
Monochromatic Colors of #995087
Black with #995087
Text Example
Text Example
White with #995087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995087; }
p { color: rgb(153,80,135); }
H1.HeaderClassName
{
color: #995087;
}
.AnyTagClassName
{
color: #995087;
}
</style>
background-color css
<style>
a { background-color: #995087; }
a { background-color: rgb(153,80,135); }
div.DivClassName
{
background-color: #995087;
}
.BgClassName
{
background-color: #995087;
}
</style>
border-color css
<style>
span { border-color: #995087; }
span { border-color: rgb(153,80,135); }
td.TdClassName
{
border-color: #995087;
}
.TagClassName
{
border-color: #995087;
}
</style>