Shades of Strikemaster #995E80
Tints of Strikemaster #995E80
RGB
CMYK
RGB Variations
Color information
#995E80 (or 0x995E80) is known color: Strikemaster. HEX triplet: 99, 5E and 80. RGB value is (153,94,128). Sum of RGB (Red+Green+Blue) = 153+94+128=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #995E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995E80 is #66A17F. Grayscale: #737373. Windows color (decimal): -6726016 or 8412825. OLE color: 8412825.
HSL color Cylindrical-coordinate representation of color #995E80: hue angle of 325.42º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #995E80 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 94 | 128 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.4 |
| HSL | 325.42º | 0.24% | 0.48% | - |
| HSV(B) | 325.42º | 0.39% | 0.6% | - |
| XYZ | 21.04 | 16.34 | 22.47 | - |
| YUV | 115.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 128 | 0 | 0.39 | 0.16 | 0.4 | 325.42 | 0.24 | 0.48 |
| Hex | 99 | 5E | 80 | 0 | 27 | 10 | 28 | 145 | 18 | 30 |
| Octal | 231 | 136 | 200 | 0 | 47 | 20 | 50 | 505 | 30 | 60 |
| Binary | 10011001 | 1011110 | 10000000 | 0 | 100111 | 10000 | 101000 | 101000101 | 11000 | 110000 |
Color Harmonies of #995E80
Complementary color
Monochromatic Colors of #995E80
Black with #995E80
Text Example
Text Example
White with #995E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995E80; }
p { color: rgb(153,94,128); }
H1.HeaderClassName
{
color: #995E80;
}
.AnyTagClassName
{
color: #995E80;
}
</style>
background-color css
<style>
a { background-color: #995E80; }
a { background-color: rgb(153,94,128); }
div.DivClassName
{
background-color: #995E80;
}
.BgClassName
{
background-color: #995E80;
}
</style>
border-color css
<style>
span { border-color: #995E80; }
span { border-color: rgb(153,94,128); }
td.TdClassName
{
border-color: #995E80;
}
.TagClassName
{
border-color: #995E80;
}
</style>