Shades of Strikemaster #996083
Tints of Strikemaster #996083
RGB
CMYK
RGB Variations
Color information
#996083 (or 0x996083) is known color: Strikemaster. HEX triplet: 99, 60 and 83. RGB value is (153,96,131). Sum of RGB (Red+Green+Blue) = 153+96+131=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #996083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996083 is #669F7C. Grayscale: #747474. Windows color (decimal): -6725501 or 8609945. OLE color: 8609945.
HSL color Cylindrical-coordinate representation of color #996083: hue angle of 323.16º 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 #996083 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 131 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.4 |
| HSL | 323.16º | 0.23% | 0.49% | - |
| HSV(B) | 323.16º | 0.37% | 0.6% | - |
| XYZ | 21.42 | 16.78 | 23.58 | - |
| YUV | 117.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 131 | 0 | 0.37 | 0.14 | 0.4 | 323.16 | 0.23 | 0.49 |
| Hex | 99 | 60 | 83 | 0 | 25 | E | 28 | 143 | 17 | 31 |
| Octal | 231 | 140 | 203 | 0 | 45 | 16 | 50 | 503 | 27 | 61 |
| Binary | 10011001 | 1100000 | 10000011 | 0 | 100101 | 1110 | 101000 | 101000011 | 10111 | 110001 |
Color Harmonies of #996083
Complementary color
Monochromatic Colors of #996083
Black with #996083
Text Example
Text Example
White with #996083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996083; }
p { color: rgb(153,96,131); }
H1.HeaderClassName
{
color: #996083;
}
.AnyTagClassName
{
color: #996083;
}
</style>
background-color css
<style>
a { background-color: #996083; }
a { background-color: rgb(153,96,131); }
div.DivClassName
{
background-color: #996083;
}
.BgClassName
{
background-color: #996083;
}
</style>
border-color css
<style>
span { border-color: #996083; }
span { border-color: rgb(153,96,131); }
td.TdClassName
{
border-color: #996083;
}
.TagClassName
{
border-color: #996083;
}
</style>