Shades of Strikemaster #995B80
Tints of Strikemaster #995B80
RGB
CMYK
RGB Variations
Color information
#995B80 (or 0x995B80) is known color: Strikemaster. HEX triplet: 99, 5B and 80. RGB value is (153,91,128). Sum of RGB (Red+Green+Blue) = 153+91+128=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #995B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995B80 is #66A47F. Grayscale: #717171. Windows color (decimal): -6726784 or 8412057. OLE color: 8412057.
HSL color Cylindrical-coordinate representation of color #995B80: hue angle of 324.19º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995B80 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 91 | 128 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.4 |
| HSL | 324.19º | 0.25% | 0.48% | - |
| HSV(B) | 324.19º | 0.41% | 0.6% | - |
| XYZ | 20.77 | 15.81 | 22.38 | - |
| YUV | 113.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 128 | 0 | 0.41 | 0.16 | 0.4 | 324.19 | 0.25 | 0.48 |
| Hex | 99 | 5B | 80 | 0 | 29 | 10 | 28 | 144 | 19 | 30 |
| Octal | 231 | 133 | 200 | 0 | 51 | 20 | 50 | 504 | 31 | 60 |
| Binary | 10011001 | 1011011 | 10000000 | 0 | 101001 | 10000 | 101000 | 101000100 | 11001 | 110000 |
Color Harmonies of #995B80
Complementary color
Monochromatic Colors of #995B80
Black with #995B80
Text Example
Text Example
White with #995B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995B80; }
p { color: rgb(153,91,128); }
H1.HeaderClassName
{
color: #995B80;
}
.AnyTagClassName
{
color: #995B80;
}
</style>
background-color css
<style>
a { background-color: #995B80; }
a { background-color: rgb(153,91,128); }
div.DivClassName
{
background-color: #995B80;
}
.BgClassName
{
background-color: #995B80;
}
</style>
border-color css
<style>
span { border-color: #995B80; }
span { border-color: rgb(153,91,128); }
td.TdClassName
{
border-color: #995B80;
}
.TagClassName
{
border-color: #995B80;
}
</style>