Shades of Strikemaster #995A80
Tints of Strikemaster #995A80
RGB
CMYK
RGB Variations
Color information
#995A80 (or 0x995A80) is known color: Strikemaster. HEX triplet: 99, 5A and 80. RGB value is (153,90,128). Sum of RGB (Red+Green+Blue) = 153+90+128=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #995A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995A80 is #66A57F. Grayscale: #717171. Windows color (decimal): -6727040 or 8411801. OLE color: 8411801.
HSL color Cylindrical-coordinate representation of color #995A80: hue angle of 323.81º degrees, saturation: 0.26, 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 #995A80 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 128 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.4 |
| HSL | 323.81º | 0.26% | 0.48% | - |
| HSV(B) | 323.81º | 0.41% | 0.6% | - |
| XYZ | 20.69 | 15.64 | 22.35 | - |
| YUV | 113.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 128 | 0 | 0.41 | 0.16 | 0.4 | 323.81 | 0.26 | 0.48 |
| Hex | 99 | 5A | 80 | 0 | 29 | 10 | 28 | 144 | 1A | 30 |
| Octal | 231 | 132 | 200 | 0 | 51 | 20 | 50 | 504 | 32 | 60 |
| Binary | 10011001 | 1011010 | 10000000 | 0 | 101001 | 10000 | 101000 | 101000100 | 11010 | 110000 |
Color Harmonies of #995A80
Complementary color
Monochromatic Colors of #995A80
Black with #995A80
Text Example
Text Example
White with #995A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A80; }
p { color: rgb(153,90,128); }
H1.HeaderClassName
{
color: #995A80;
}
.AnyTagClassName
{
color: #995A80;
}
</style>
background-color css
<style>
a { background-color: #995A80; }
a { background-color: rgb(153,90,128); }
div.DivClassName
{
background-color: #995A80;
}
.BgClassName
{
background-color: #995A80;
}
</style>
border-color css
<style>
span { border-color: #995A80; }
span { border-color: rgb(153,90,128); }
td.TdClassName
{
border-color: #995A80;
}
.TagClassName
{
border-color: #995A80;
}
</style>