Shades of Strikemaster #995280
Tints of Strikemaster #995280
RGB
CMYK
RGB Variations
Color information
#995280 (or 0x995280) is known color: Strikemaster. HEX triplet: 99, 52 and 80. RGB value is (153,82,128). Sum of RGB (Red+Green+Blue) = 153+82+128=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #995280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995280 is #66AD7F. Grayscale: #6C6C6C. Windows color (decimal): -6729088 or 8409753. OLE color: 8409753.
HSL color Cylindrical-coordinate representation of color #995280: hue angle of 321.13º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995280 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 128 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.4 |
| HSL | 321.13º | 0.3% | 0.46% | - |
| HSV(B) | 321.13º | 0.46% | 0.6% | - |
| XYZ | 20.05 | 14.37 | 22.14 | - |
| YUV | 108.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 128 | 0 | 0.46 | 0.16 | 0.4 | 321.13 | 0.3 | 0.46 |
| Hex | 99 | 52 | 80 | 0 | 2E | 10 | 28 | 141 | 1E | 2E |
| Octal | 231 | 122 | 200 | 0 | 56 | 20 | 50 | 501 | 36 | 56 |
| Binary | 10011001 | 1010010 | 10000000 | 0 | 101110 | 10000 | 101000 | 101000001 | 11110 | 101110 |
Color Harmonies of #995280
Complementary color
Monochromatic Colors of #995280
Black with #995280
Text Example
Text Example
White with #995280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995280; }
p { color: rgb(153,82,128); }
H1.HeaderClassName
{
color: #995280;
}
.AnyTagClassName
{
color: #995280;
}
</style>
background-color css
<style>
a { background-color: #995280; }
a { background-color: rgb(153,82,128); }
div.DivClassName
{
background-color: #995280;
}
.BgClassName
{
background-color: #995280;
}
</style>
border-color css
<style>
span { border-color: #995280; }
span { border-color: rgb(153,82,128); }
td.TdClassName
{
border-color: #995280;
}
.TagClassName
{
border-color: #995280;
}
</style>