Shades of Strikemaster #985283
Tints of Strikemaster #985283
RGB
CMYK
RGB Variations
Color information
#985283 (or 0x985283) is known color: Strikemaster. HEX triplet: 98, 52 and 83. RGB value is (152,82,131). Sum of RGB (Red+Green+Blue) = 152+82+131=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #985283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985283 is #67AD7C. Grayscale: #6C6C6C. Windows color (decimal): -6794621 or 8606360. OLE color: 8606360.
HSL color Cylindrical-coordinate representation of color #985283: hue angle of 318º 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 #985283 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 131 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.40 |
| HSL | 318º | 0.3% | 0.46% | - |
| HSV(B) | 318º | 0.46% | 0.6% | - |
| XYZ | 20.06 | 14.35 | 23.18 | - |
| YUV | 108.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 131 | 0 | 0.46 | 0.14 | 0.40 | 318 | 0.3 | 0.46 |
| Hex | 98 | 52 | 83 | 0 | 2E | E | 28 | 13E | 1E | 2E |
| Octal | 230 | 122 | 203 | 0 | 56 | 16 | 50 | 476 | 36 | 56 |
| Binary | 10011000 | 1010010 | 10000011 | 0 | 101110 | 1110 | 101000 | 100111110 | 11110 | 101110 |
Color Harmonies of #985283
Complementary color
Monochromatic Colors of #985283
Black with #985283
Text Example
Text Example
White with #985283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985283; }
p { color: rgb(152,82,131); }
H1.HeaderClassName
{
color: #985283;
}
.AnyTagClassName
{
color: #985283;
}
</style>
background-color css
<style>
a { background-color: #985283; }
a { background-color: rgb(152,82,131); }
div.DivClassName
{
background-color: #985283;
}
.BgClassName
{
background-color: #985283;
}
</style>
border-color css
<style>
span { border-color: #985283; }
span { border-color: rgb(152,82,131); }
td.TdClassName
{
border-color: #985283;
}
.TagClassName
{
border-color: #985283;
}
</style>