Shades of Strikemaster #996683
Tints of Strikemaster #996683
RGB
CMYK
RGB Variations
Color information
#996683 (or 0x996683) is known color: Strikemaster. HEX triplet: 99, 66 and 83. RGB value is (153,102,131). Sum of RGB (Red+Green+Blue) = 153+102+131=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #996683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996683 is #66997C. Grayscale: #787878. Windows color (decimal): -6723965 or 8611481. OLE color: 8611481.
HSL color Cylindrical-coordinate representation of color #996683: hue angle of 325.88º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996683 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 131 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.4 |
| HSL | 325.88º | 0.2% | 0.5% | - |
| HSV(B) | 325.88º | 0.33% | 0.6% | - |
| XYZ | 21.98 | 17.91 | 23.77 | - |
| YUV | 120.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 131 | 0 | 0.33 | 0.14 | 0.4 | 325.88 | 0.2 | 0.5 |
| Hex | 99 | 66 | 83 | 0 | 21 | E | 28 | 146 | 14 | 32 |
| Octal | 231 | 146 | 203 | 0 | 41 | 16 | 50 | 506 | 24 | 62 |
| Binary | 10011001 | 1100110 | 10000011 | 0 | 100001 | 1110 | 101000 | 101000110 | 10100 | 110010 |
Color Harmonies of #996683
Complementary color
Monochromatic Colors of #996683
Black with #996683
Text Example
Text Example
White with #996683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996683; }
p { color: rgb(153,102,131); }
H1.HeaderClassName
{
color: #996683;
}
.AnyTagClassName
{
color: #996683;
}
</style>
background-color css
<style>
a { background-color: #996683; }
a { background-color: rgb(153,102,131); }
div.DivClassName
{
background-color: #996683;
}
.BgClassName
{
background-color: #996683;
}
</style>
border-color css
<style>
span { border-color: #996683; }
span { border-color: rgb(153,102,131); }
td.TdClassName
{
border-color: #996683;
}
.TagClassName
{
border-color: #996683;
}
</style>