Shades of Strikemaster #995983
Tints of Strikemaster #995983
RGB
CMYK
RGB Variations
Color information
#995983 (or 0x995983) is known color: Strikemaster. HEX triplet: 99, 59 and 83. RGB value is (153,89,131). Sum of RGB (Red+Green+Blue) = 153+89+131=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #995983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995983 is #66A67C. Grayscale: #707070. Windows color (decimal): -6727293 or 8608153. OLE color: 8608153.
HSL color Cylindrical-coordinate representation of color #995983: hue angle of 320.62º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995983 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 131 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.4 |
| HSL | 320.63º | 0.26% | 0.47% | - |
| HSV(B) | 320.63º | 0.42% | 0.6% | - |
| XYZ | 20.81 | 15.56 | 23.38 | - |
| YUV | 112.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 131 | 0 | 0.42 | 0.14 | 0.4 | 320.63 | 0.26 | 0.47 |
| Hex | 99 | 59 | 83 | 0 | 2A | E | 28 | 141 | 1A | 2F |
| Octal | 231 | 131 | 203 | 0 | 52 | 16 | 50 | 501 | 32 | 57 |
| Binary | 10011001 | 1011001 | 10000011 | 0 | 101010 | 1110 | 101000 | 101000001 | 11010 | 101111 |
Color Harmonies of #995983
Complementary color
Monochromatic Colors of #995983
Black with #995983
Text Example
Text Example
White with #995983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995983; }
p { color: rgb(153,89,131); }
H1.HeaderClassName
{
color: #995983;
}
.AnyTagClassName
{
color: #995983;
}
</style>
background-color css
<style>
a { background-color: #995983; }
a { background-color: rgb(153,89,131); }
div.DivClassName
{
background-color: #995983;
}
.BgClassName
{
background-color: #995983;
}
</style>
border-color css
<style>
span { border-color: #995983; }
span { border-color: rgb(153,89,131); }
td.TdClassName
{
border-color: #995983;
}
.TagClassName
{
border-color: #995983;
}
</style>