Shades of Strikemaster #986083
Tints of Strikemaster #986083
RGB
CMYK
RGB Variations
Color information
#986083 (or 0x986083) is known color: Strikemaster. HEX triplet: 98, 60 and 83. RGB value is (152,96,131). Sum of RGB (Red+Green+Blue) = 152+96+131=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #986083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986083 is #679F7C. Grayscale: #747474. Windows color (decimal): -6791037 or 8609944. OLE color: 8609944.
HSL color Cylindrical-coordinate representation of color #986083: hue angle of 322.5º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986083 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 131 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.40 |
| HSL | 322.5º | 0.23% | 0.49% | - |
| HSV(B) | 322.5º | 0.37% | 0.6% | - |
| XYZ | 21.23 | 16.68 | 23.57 | - |
| YUV | 116.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 131 | 0 | 0.37 | 0.14 | 0.40 | 322.5 | 0.23 | 0.49 |
| Hex | 98 | 60 | 83 | 0 | 25 | E | 28 | 142 | 17 | 31 |
| Octal | 230 | 140 | 203 | 0 | 45 | 16 | 50 | 502 | 27 | 61 |
| Binary | 10011000 | 1100000 | 10000011 | 0 | 100101 | 1110 | 101000 | 101000010 | 10111 | 110001 |
Color Harmonies of #986083
Complementary color
Monochromatic Colors of #986083
Black with #986083
Text Example
Text Example
White with #986083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986083; }
p { color: rgb(152,96,131); }
H1.HeaderClassName
{
color: #986083;
}
.AnyTagClassName
{
color: #986083;
}
</style>
background-color css
<style>
a { background-color: #986083; }
a { background-color: rgb(152,96,131); }
div.DivClassName
{
background-color: #986083;
}
.BgClassName
{
background-color: #986083;
}
</style>
border-color css
<style>
span { border-color: #986083; }
span { border-color: rgb(152,96,131); }
td.TdClassName
{
border-color: #986083;
}
.TagClassName
{
border-color: #986083;
}
</style>