Shades of Strikemaster #995281
Tints of Strikemaster #995281
RGB
CMYK
RGB Variations
Color information
#995281 (or 0x995281) is known color: Strikemaster. HEX triplet: 99, 52 and 81. RGB value is (153,82,129). Sum of RGB (Red+Green+Blue) = 153+82+129=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #995281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995281 is #66AD7E. Grayscale: #6C6C6C. Windows color (decimal): -6729087 or 8475289. OLE color: 8475289.
HSL color Cylindrical-coordinate representation of color #995281: hue angle of 320.28º 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 #995281 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 129 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.4 |
| HSL | 320.28º | 0.3% | 0.46% | - |
| HSV(B) | 320.28º | 0.46% | 0.6% | - |
| XYZ | 20.12 | 14.39 | 22.49 | - |
| YUV | 108.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 129 | 0 | 0.46 | 0.16 | 0.4 | 320.28 | 0.3 | 0.46 |
| Hex | 99 | 52 | 81 | 0 | 2E | 10 | 28 | 140 | 1E | 2E |
| Octal | 231 | 122 | 201 | 0 | 56 | 20 | 50 | 500 | 36 | 56 |
| Binary | 10011001 | 1010010 | 10000001 | 0 | 101110 | 10000 | 101000 | 101000000 | 11110 | 101110 |
Color Harmonies of #995281
Complementary color
Monochromatic Colors of #995281
Black with #995281
Text Example
Text Example
White with #995281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995281; }
p { color: rgb(153,82,129); }
H1.HeaderClassName
{
color: #995281;
}
.AnyTagClassName
{
color: #995281;
}
</style>
background-color css
<style>
a { background-color: #995281; }
a { background-color: rgb(153,82,129); }
div.DivClassName
{
background-color: #995281;
}
.BgClassName
{
background-color: #995281;
}
</style>
border-color css
<style>
span { border-color: #995281; }
span { border-color: rgb(153,82,129); }
td.TdClassName
{
border-color: #995281;
}
.TagClassName
{
border-color: #995281;
}
</style>