Shades of Strikemaster #995282
Tints of Strikemaster #995282
RGB
CMYK
RGB Variations
Color information
#995282 (or 0x995282) is known color: Strikemaster. HEX triplet: 99, 52 and 82. RGB value is (153,82,130). Sum of RGB (Red+Green+Blue) = 153+82+130=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #995282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995282 is #66AD7D. Grayscale: #6C6C6C. Windows color (decimal): -6729086 or 8540825. OLE color: 8540825.
HSL color Cylindrical-coordinate representation of color #995282: hue angle of 319.44º 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 #995282 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 130 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.4 |
| HSL | 319.44º | 0.3% | 0.46% | - |
| HSV(B) | 319.44º | 0.46% | 0.6% | - |
| XYZ | 20.18 | 14.42 | 22.84 | - |
| YUV | 108.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 130 | 0 | 0.46 | 0.15 | 0.4 | 319.44 | 0.3 | 0.46 |
| Hex | 99 | 52 | 82 | 0 | 2E | F | 28 | 13F | 1E | 2E |
| Octal | 231 | 122 | 202 | 0 | 56 | 17 | 50 | 477 | 36 | 56 |
| Binary | 10011001 | 1010010 | 10000010 | 0 | 101110 | 1111 | 101000 | 100111111 | 11110 | 101110 |
Color Harmonies of #995282
Complementary color
Monochromatic Colors of #995282
Black with #995282
Text Example
Text Example
White with #995282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995282; }
p { color: rgb(153,82,130); }
H1.HeaderClassName
{
color: #995282;
}
.AnyTagClassName
{
color: #995282;
}
</style>
background-color css
<style>
a { background-color: #995282; }
a { background-color: rgb(153,82,130); }
div.DivClassName
{
background-color: #995282;
}
.BgClassName
{
background-color: #995282;
}
</style>
border-color css
<style>
span { border-color: #995282; }
span { border-color: rgb(153,82,130); }
td.TdClassName
{
border-color: #995282;
}
.TagClassName
{
border-color: #995282;
}
</style>